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
The only way to correctly catch the error with gulp-coffee is using Plumber. Without it, the error is caught only the first time and then the task will stop watching (I mean with gulp.watch)
I have a syntax error in one of the files being loaded into the task.
The following prints to the console:
I've tried adding gulp-plumber, but all it did was prevent gulp from exiting.
The text was updated successfully, but these errors were encountered: