gulp-chug icon indicating copy to clipboard operation
gulp-chug copied to clipboard

Possible to run in parallel?

Open danbopes opened this issue 8 years ago • 0 comments

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.

danbopes avatar Sep 13 '17 05:09 danbopes