Skip to content

Instantly share code, notes, and snippets.

@e-river
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-river/9222854 to your computer and use it in GitHub Desktop.
Save e-river/9222854 to your computer and use it in GitHub Desktop.

Init

npm init

Install Grunt

sudo npm install grunt --save-dev

Install Concat

sudo npm install grunt-contrib-concat --save-dev

Install Watch

sudo npm install grunt-contrib-watch --save-dev

Install Clean

sudo npm install grunt-contrib-clean --save-dev

Install cssmin

sudo npm install grunt-contrib-cssmin --save-dev

Install autoprefixer

sudo npm install grunt-autoprefixer --save-dev

Install sass

sudo npm install grunt-contrib-sass --save-dev

Install Compass

sudo npm install grunt-contrib-compass --save-dev

Install spritesimith

sudo npm install grunt-spritesmith --save-dev

Install Uglify

sudo npm install grunt-contrib-uglify --save-dev

Install KSS

sudo npm install grunt-kss --save-dev

Install Combine media queries

sudo npm install grunt-combine-media-queries --save-dev

Install Copy

sudo npm install grunt-contrib-copy --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment