You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: