Skip to content

dennismadsen/angular-gulp-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript task automation using Gulp for AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published