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

Fixed handling of resources with query string. #55

Open david-zacharias opened 9 years ago

david-zacharias commented 9 years ago

This is also a solution for #52 (haven't seen that there was one already).

Anyway, this pull request also contains a test, but the implementation keeps hashres' intention to drop the query string hash generated by hashres itself (this is the case when format is ${name}.${ext}?${hash} as listed in Readme).