Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a plugin that gathers errors and fails the gulp task if errors were recorded #8

Open
timjroberts opened this issue Mar 15, 2016 · 0 comments
Labels
Milestone

Comments

@timjroberts
Copy link
Owner

Currently the gulp-npmworkspace plugins have a continueOnError option. When that option is used, errors are output but the enclosing task will run to completion. This doesn't work so well when you're running tasks in a build environment where you will want that build to fail because of the reported errors.

Consider introducing a new plugin that allows errors to be recorded and then output at the end of a running gulp task where, by default, the plugin will throw an error if any error was encountered in the stream (regardless of any continueOnError parameters).

@timjroberts timjroberts added this to the v1.1 milestone Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant