juanfran / gulp-multi-process

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

Additional arguments not passed to child processes #4

Closed tobhult closed 7 years ago

tobhult commented 7 years ago

When additional arguments, not task names, are used, these arguments should be added to the child process argument array.

If I call

gulp --production

I would expect --production to be passed as an argument to the child processes.

juanfran commented 7 years ago

done! thanks for the feedback