AbdulYahya / js-gulp-gen

MIT License
2 stars 1 forks source link

Runs test gulp tasks even though tasks are defined in gulpfile.sample.js #8

Open AbdulYahya opened 6 years ago

AbdulYahya commented 6 years ago

After the script completes setting up a project, it runs a few test gulp tasks.

However, by design the generated gulpfile.js is empty and the actual working gulpfile is generated as gulpfile.sample.js.

Conditionals would be lovely.

Possible solution:

  1. Ask user whether they want to generate gulpfile.sample.js and an empty gulpfile.js

    • Construct test gulp tasks accordingly.