gulp-rev-replace icon indicating copy to clipboard operation
gulp-rev-replace copied to clipboard

Allow for a custom replace function

Open WVmf opened this issue 8 years ago • 0 comments

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.

WVmf avatar Jul 27 '17 16:07 WVmf