JavaScript task automatisk using Gulp for AngularJS
Based on John Papa's Pluralsight course.
http://www.pluralsight.com/courses/javascript-build-automation-gulpjs https://github.com/johnpapa/pluralsight-gulp
- Node.js
- Bower (npm install -g bower)
- Gulp (npm install -g gulp)
Installing npm packages, mainly gulp and related packages:
$ npm install
Use Gulp to install bower components, bundle and minify JavaScript and CSS files etc.
$ gulp build