eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

Add hash to file name #172

Open jarrvis opened 5 years ago

jarrvis commented 5 years ago

To improve caching of combined/minified js files it would be nice to add option of using hash in file name. If file to be generated (combined or minified) is not "UP TO DATE" (meaning it will be regenerated) - new hash should be generated and appended to file name.