-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
Milestone
Description
It isn't really explicitly documented that commandline tasks will be run in parallel, unless I missed something... But I guess users of almost any other build tool would expect them to be done in series. E.g., gulp clean build seems like a common scenario.
So I was wondering:
- should the default be to run commandline tasks in a
seriescall, instead? - if not, should there maybe be an option to run tasks in
series? - either way, should this be documented more explicitly?
Thanks, I hope it's not a silly suggestion...
Ref. https://github.com/gulpjs/gulp-cli/blob/master/lib/versioned/%5E4.0.0/index.js#L77