grunt-rev icon indicating copy to clipboard operation
grunt-rev copied to clipboard

:punch: Asset revving for Grunt.js

Results 20 grunt-rev issues
Sort by recently updated
recently updated
newest added

As described this produce a summary file (i.e. file -> revved file map).

This adds suffix/postfix naming support as described in #2. Note: to avoid breaking compatibility with yeoman/grunt-usemin, please do not accept this pull request until yeoman/grunt-usemin#113 has been merged into the...

I added the ability to call a function and pass it mapping. This will flexible ways to manage output file and to fully own output format. ``` coffeescript rev: options:...

I had one really annoying problem when using `grunt-rev` together with `grunt-contrib-compress` and gzip compression. I configured my compress task to change file extensions of gzip compressed files to `.css.gz`...

#### **Problem/BUG** => _hash for big files was not correctly calculated_ The `fs` library is already included and it looks like it works better than `grunt.file`. With files bigger than...

I want to use grunt-rev for the hash generation and then use it with grunt-include-replace. Is there any way to access the hash grunt-rev generates each time?

Hi all, It seems the grunt rev section in its current form can't distinguish between a directory ending in ".js" and a .js file. Grunt-rev (and subsequently usemin) will fail...

So the revisions are added to all of my font files, and the references inside my CSS file are all changed.... except for the references with ?#iefix on the end...

On "big" files (I am having this problem on a Js file just **slightly bigger than 1MB**) the calculated hash is definitely wrong. _With smaller files no problem though._ Is...