Playground to demo Gulp vs Grunt
- Make sure you have nodejs installed
- Make sure you have bower installed
npm install -g bower
- install npm dependencies
npm install
- install bower dependencies
bower install
- run the app in development mode with
gulp
orgulp serve:dev
- run the app in production with
gulp serve:prod
- clean the outputs with
gulp clean-all
TBD
- clean
- concat
- copy
- jshint
- uglify
- watch with livereload