Luismahou / grunt-hashres

Hashes your js and css files and rename the <script> and <link> declarations that refer to them in your html/php/etc files.
MIT License
115 stars 41 forks source link

Improve Readme with before/after HTML examples #35

Open hkdobrev opened 10 years ago

hkdobrev commented 10 years ago

I've stumbled upon this plugin and it seems very nice. My first impression was it's just like using grunt-usemin + grunt-filerev.

It would be really nice if you could add some HTML examples to easily demonstrate what transformations it performs. Similar to the usemin examples: https://github.com/yeoman/grunt-usemin#blocks

I really hope this project is more active than grunt-usemin.