jamesknelson / gulp-rev-replace

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

Perform replacements in all files, including reved ones #3

Closed x-cray closed 10 years ago

x-cray commented 10 years ago

Often you need to perform replacements in reved files. For instance in CSS files to change background image path to revved one. Also recreation of Buffer in loop had a big performance hit, so it was also removed.

michaelhue commented 10 years ago

+1 for this pull request, please consider merging it @jamesknelson. Awesome work @x-cray!

jamesknelson commented 10 years ago

Thanks x-cray.

michaelhue commented 10 years ago

Thank you @jamesknelson! Are you planning on publishing a new version to NPM? :)

jamesknelson commented 10 years ago

Just published 0.2 - sorry about the wait.