Add a gulp build for production task
Closed this issue · 0 comments
gido commented
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!