juanfran/gulp-multi-process

Additional arguments not passed to child processes

Closed this issue · 1 comments

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.

done! thanks for the feedback