gulp-hash-src
gulp-hash-src copied to clipboard
Automatically add cache busting hashes to links in HTML and CSS via Gulp.
I added the ability to rename the file rather than just use a query string (which is more compatible in some situations), and I shorted the query string variable to...
I was trying to use gulp-hash-src to update the urls in my html file into hash urls. unfortunately, it just copy the files to the dest but never change the...
I have one script `` which is changed after plugin to `` But then when i change engineJs.js file and rerun plugin, script's src isn't changed. I think src should...