Last active
June 29, 2016 15:34
-
-
Save andrewslince/c52fc6663292efc4d803e2d0c2baa681 to your computer and use it in GitHub Desktop.
Install the commons npm modules (after run "$ &&npm init")
This file contains 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
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