Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 582 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 582 Bytes

JavaScript task automation using Gulp for AngularJS

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

Prerequisite

  • Node.js
  • Bower (npm install -g bower)
  • Gulp (npm install -g gulp)

How to install

Installing npm packages, mainly gulp and related packages:

$ npm install

How to build

Use Gulp to install bower components, bundle and minify JavaScript and CSS files etc.

$ gulp build