jamesknelson / gulp-rev-replace

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

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

Open icai opened 7 years ago

icai commented 7 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.