$ nvm use 0.10
$ npm init
$ npm install grunt --save-dev
$ npm install grunt-contrib-cssmin --save-dev
$ npm install grunt-contrib-sass --save-dev
$ npm install grunt-contrib-uglify --save-dev
$ npm install grunt-wiredep --save-dev
# edit Gruntfile.js
$ bower install bootstrap-sass-official
Last active
August 29, 2015 14:11
-
-
Save winniehell/13f15a4d31d2d66d1cdf to your computer and use it in GitHub Desktop.
Setting up Grunt + Bower + Bootstrap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment