Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Last active August 29, 2015 14:05
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 gabidavila/7919e1d215ab22c22446 to your computer and use it in GitHub Desktop.
Save gabidavila/7919e1d215ab22c22446 to your computer and use it in GitHub Desktop.
# --save-dev saves this plugins in package.json, so just keep them here :)
$ npm install grunt --save-dev
$ npm install grunt-contrib-concat --save-dev
$ npm install grunt-contrib-uglify --save-dev
$ npm install grunt-phpunit --save-dev
$ npm install grunt-contrib-compass --save-dev
$ npm install grunt-contrib-sass --save-dev
# OR a single command :O
$ npm install grunt grunt-contrib-concat grunt-contrib-uglify grunt-phpunit grunt-contrib-compass grunt-contrib-sass --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment