gulp-rev-append
gulp-rev-append copied to clipboard
gulp task to cache-busting files using file hash
I had the same issue a lot of people were having. If I specified a root-relative path in my html, the assets weren't being found and the script errored out....
File lookup fails in case the revisioned file is located in a parallel directory to the source file and the url is root-relative: /css/revisioned_file.css /includes/source_file.html
Release 0.1.6 After `gulp-minify-html` my refs become like: `` And this didn't work while `src=dist/app.js?rev=@@hash`, but it will be work if it will be `src"=dist/app.js?rev=@@hash"` So, in other words: ``...