jamesknelson / gulp-rev-replace

Rewrite occurences of filenames which have been renamed by gulp-rev
MIT License
389 stars 62 forks source link

should provide the file information to `modifyUnreved/modifyReved` method? #76

Open icai opened 6 years ago

icai commented 6 years ago

I think that should provide file information to modifyUnreved and modifyReved method.

https://github.com/jamesknelson/gulp-rev-replace/blob/master/index.js#L82

if the css image use the relative path, may have the same url string, so provide the file information to compare with each other.