Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Created November 25, 2014 00:19
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 matthewstokeley/97b4ce86af46343012c5 to your computer and use it in GitHub Desktop.
Save matthewstokeley/97b4ce86af46343012c5 to your computer and use it in GitHub Desktop.
grunt setup
npm install grunt --save-dev && npm install time-grunt --save && npm install load-grunt-config --save-dev && npm install grunt-concurrent --save-dev && npm install grunt-contrib-clean --save-dev && npm install grunt-contrib-imagemin --save-dev && npm install grunt-contrib-uglify --save-dev && npm install grunt-contrib-csslint --save-dev && npm install grunt-contrib-jshint --save-dev
@matthewstokeley
Copy link
Author

npm install grunt --save-dev && npm install time-grunt --save && npm install load-grunt-config --save-dev && npm install grunt-concurrent --save-dev && npm install grunt-contrib-clean --save-dev && npm install grunt-contrib-imagemin --save-dev && npm install grunt-contrib-uglify --save-dev && npm install grunt-contrib-csslint --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