This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
will create a bootstrapped app named framework (change name in step one (line 3)) | |
mkdir framework && cd $_ | |
nano .bowerrc and add the following: | |
{ | |
"directory": "/lib/" | |
} | |
bower init | |
npm init --yes | |
npm install --save-dev gulp gulp-concat gulp-angular-filesort gulp-strip-line gulp-sass gulp-angular-templatecache del yargs gulp-if gulp-jscs gulp-jshint gulp-sourcemaps gulp-uglify gulp-minify-css gulp-notify gulp-util gulp-shell gulp-plumber gulp-task-listing gulp-livereload gulp-jasmine run-sequence |