You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run task in multiple processes is not always good for performance because spawn a different node processes is slow. It also depends on how long time it takes to require your gulpfile.
See gulpjs/gulp#317
Probably use https://github.com/juanfran/gulp-multi-process
The text was updated successfully, but these errors were encountered: