Skip to content

Commit

Permalink
grunt file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilvathare committed Mar 14, 2014
1 parent df38d98 commit d8dc21c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Grunt-Task-Runner-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Create the package.json file in your project root directory with following code

###Installing Grunt and gruntplugins in project root directory
```cmd
npm install grunt --save-dev &&
npm install grunt-contrib-uglify --save-dev &&
npm install grunt-contrib-concat --save-dev &&
npm install grunt-contrib-compass --save-dev &&
npm install grunt-contrib-watch --save-dev &&
npm install grunt --save-dev
npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-compass --save-dev
npm install grunt-contrib-watch --save-dev
npm install grunt-contrib-cssmin --save-dev
```
Here **--save-dev** option automatically update your ***package.json***
Expand Down

0 comments on commit d8dc21c

Please sign in to comment.