rickycheers / gulp-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-build

A lightweight AngularJS build process based on the the gulp tasks from generator-gulp-angular

Installation

$ npm install --save-dev
$ bower install

Gulp taks

  • gulp or gulp build will build the optimized version of the application in /dist
  • gulp clean will clean files generated from the builds by removing the directories .tmp and /dist

About


Languages

Language:JavaScript 81.9%Language:HTML 18.1%