Skip to content

Instantly share code, notes, and snippets.

@winniehell
Last active August 29, 2015 14:11
Show Gist options
  • Save winniehell/13f15a4d31d2d66d1cdf to your computer and use it in GitHub Desktop.
Save winniehell/13f15a4d31d2d66d1cdf to your computer and use it in GitHub Desktop.
Setting up Grunt + Bower + Bootstrap
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment