gulp-rev-replace
gulp-rev-replace copied to clipboard
Allow for a custom replace function
Adds a 'replacer' options which can be assigned a custom function that is
used to replace unreved references with the reved ones, instead of the
default contents.split(unreved).join(reved).
This could also be a potential fix for the problem described in #47.