gulp-chug
gulp-chug copied to clipboard
Possible to run in parallel?
Is it possible to run the tasks in parallel? I'd love to have a global gulp.watch() that calls watch in each folder, but because the task doesn't return/fire the callback, then the watch just sits on the first file and doesn't advance to the other gulpfiles.