Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

gulp init broken with latest Roxy #523

Open
grtjn opened this issue Oct 30, 2017 · 0 comments
Open

gulp init broken with latest Roxy #523

grtjn opened this issue Oct 30, 2017 · 0 comments

Comments

@grtjn
Copy link
Contributor

grtjn commented Oct 30, 2017

Roxy prints warnings about not being able to connect to MarkLogic, which is obvious if you are about to configure that. The warnings cause the json parse to fail though, and gulp init-local/prod silently terminate.

Adding this line just before the JSON.parse helps:

      output = output.replace(/^WARN.*$/gm, '');
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant