fourkitchens / emulsify-gulp

Gulp setup to be used with https://github.com/fourkitchens/emulsify
19 stars 46 forks source link

Create a new config for default gulp task #116

Open HeikkiYlipaavalniemi opened 4 years ago

HeikkiYlipaavalniemi commented 4 years ago

I would like to suggest a new config for the gulp tasks. At the moment Emulsify gulp seems to always use the watch task as the default task for gulp.

I would like to be able to control these for deployment processes where we want to run the build process by default.

So instead of just running the watch operation with gulp, you could control which tasks are run by default.