jgoux / generator-angulpify

Yeoman generator involving AngularJS, Gulp and Browserify
138 stars 21 forks source link

Make a build task for CI #17

Closed sodoku closed 9 years ago

sodoku commented 10 years ago

The current release default script runs serve which is not needed when being build on a CI. Either make a CI task or another --ci flag?

jgoux commented 9 years ago

You are right, the conventional behaviour while releasing shouldn't serve the sources. I'll add --serve instead.

jgoux commented 9 years ago

Hi @sodoku , I'm rewritting the tasks. The gulp --env prod won't serve the sources, but you'll be able to serve them afterward with gulp serve --env prod. Does it seem ok for you ?

sodoku commented 9 years ago

Hey @jgoux !

Yes, absolutely

jgoux commented 9 years ago

This is done in the dev branch.