tonifisler / generator-styleguide

A Yeoman Generator for a Hologram Styleguide with Bootstrap Sass starting files.
MIT License
23 stars 6 forks source link

Add a gulp build for production task #13

Closed gido closed 9 years ago

gido commented 10 years ago

It would be nice to have a single gulp task to build all the necessary files for production, like

$ gulp build
# or
$ gulp production

Currently we use the following tasks:

$ gulp clean
$ gulp vendors
$ gulp styles --production
$ gulp scripts

Thanks!