Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #477 from stevemao/patch-1
Browse files Browse the repository at this point in the history
Plugins are not required & should be in dev deps
  • Loading branch information
vladikoff committed Nov 3, 2014
2 parents 0f45a93 + 6895cb3 commit 04996e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ Grunt plugins which `usemin` can use to optimize files:
* [`cssmin`](https://github.com/gruntjs/grunt-contrib-cssmin) minifies CSS files.
* [`filerev`](https://github.com/yeoman/grunt-filerev) revisions static assets through a file content hash.

To install required plugins, run:
```
npm install grunt-contrib-concat grunt-contrib-uglify grunt-contrib-cssmin grunt-filerev --save
To install these plugins, run:

```shell
npm install grunt-contrib-concat grunt-contrib-uglify grunt-contrib-cssmin grunt-filerev --save-dev
```

**Important**: _You still need to manually install and load these dependencies_.
Expand Down

0 comments on commit 04996e3

Please sign in to comment.