Skip to content

Instantly share code, notes, and snippets.

@andrewslince
Last active June 29, 2016 15:34
Show Gist options
  • Save andrewslince/c52fc6663292efc4d803e2d0c2baa681 to your computer and use it in GitHub Desktop.
Save andrewslince/c52fc6663292efc4d803e2d0c2baa681 to your computer and use it in GitHub Desktop.
Install the commons npm modules (after run "$ &&npm init")
npm install grunt --save-dev && npm install grunt-exec --save-dev && npm install grunt-contrib-watch --save-dev && npm install grunt-contrib-sass --save-dev && npm install grunt-contrib-uglify --save-dev && npm install grunt-contrib-htmlmin --save-dev && npm install grunt-contrib-cssmin --save-dev && npm install load-grunt-tasks --save-dev && npm install grunt-contrib-concat --save-dev && npm install grunt-contrib-jshint --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment