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

Run external gulpfiles as part of a gulp task inside another gulpfile

Results 2 gulp-chug issues
Sort by recently updated
recently updated
newest added

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,...

Gulp since version 3.9 supports gulpfile written in es6 (babel). It would be great if gulp-chug could support babel. Right now I getting syntax error. Update dependency to new version...