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

Respect multiple stop listeners #69

Open
binarykitchen opened this issue Jun 11, 2015 · 0 comments
Open

Respect multiple stop listeners #69

binarykitchen opened this issue Jun 11, 2015 · 0 comments

Comments

@binarykitchen
Copy link

Currently it looks like gulp.on('stop', ...) is being called only once upon a stop event, ignoring any other stop listeners.

In my case I have a couple of gulp.on('stop', ...) listeners spread among multiple gulp tasks but only the last one is being called when orchestration has succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant