PaulTondeur / grunt-cache-busting

Cache busting files and updating references
8 stars 13 forks source link

Add instead of replace #9

Open garyrozanc opened 9 years ago

garyrozanc commented 9 years ago

Is is possible to add an option to add the hashed file instead of writing over the file. This is creating an issue when using grunt-contrib-watch since it's looking for the original version which is overwritten.

PaulTondeur commented 9 years ago

At the moment this feature is not supported, but feel free to create a pull request for it.