juanfran / gulp-multi-process

Run gulp tasks in separate CPU processes
25 stars 11 forks source link

Any plan to port this to gulp 4 ? #11

Closed Zardoz89 closed 4 years ago

Zardoz89 commented 4 years ago

Any plan to port this to gulp 4 ?

Gulp 4 have gulp.series and gulp.parallel to create the tasks dependency trees, but parallel don't uses threads/processes to execute slow tasks on different CPUs.

Zardoz89 commented 4 years ago

Auto answer : Isn't necessary, as will work with gulp4. Really this isn't a plugin of gulp, as simply launch gulp tasks using the command line. However, having the dependencies updated and the test/example working with a modern gulp4 gulpfile would be nice. Today everyone that is using gulp, is with gulp4 and gradually adapting gulpfiles to ESM.