Skip to content

Commit

Permalink
readme - recommend grunt-newer for caching images
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 28, 2014
1 parent 3987b87 commit 1f44a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Task targets, files and options may be specified according to the grunt [Configu

Minify images using [OptiPNG](http://optipng.sourceforge.net), [pngquant](http://pngquant.org), [jpegtran](http://jpegclub.org/jpegtran/) and [gifsicle](http://www.lcdf.org/gifsicle).

Images will be cached and only minified again if they change.
We recommend using [grunt-newer](https://github.com/tschaub/grunt-newer) to only process changed files as minifying images can be quite slow.

### Options

Expand Down Expand Up @@ -134,4 +134,4 @@ grunt.registerTask('default', ['imagemin']);

Task submitted by [Sindre Sorhus](http://github.com/sindresorhus)

*This file was generated on Wed Mar 26 2014 00:39:04.*
*This file was generated on Fri Mar 28 2014 18:10:05.*
2 changes: 1 addition & 1 deletion docs/imagemin-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Task targets, files and options may be specified according to the grunt [Configu

Minify images using [OptiPNG](http://optipng.sourceforge.net), [pngquant](http://pngquant.org), [jpegtran](http://jpegclub.org/jpegtran/) and [gifsicle](http://www.lcdf.org/gifsicle).

Images will be cached and only minified again if they change.
We recommend using [grunt-newer](https://github.com/tschaub/grunt-newer) to only process changed files as minifying images can be quite slow.

0 comments on commit 1f44a25

Please sign in to comment.