Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
1.54k
stars
217
forks
source link
how to use gulp-dev and gulp-dev-collector to create like that: index.js--->index.js?v=098f6bcd #217
Closed
fairyly closed 7 years ago
Description
Steps to reproduce
I modified that gulp-rev/index.js and gulp-rev-collector/index.js
finally can index.js--->index.js?v=098f6bcd;
but maintenance is difficult if the version is upgraded
Is there any other way?
@steadicat