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

Replaces strings on files by using string or regex patterns.

Results 1 gulp-string-replace issues
Sort by recently updated
recently updated
newest added

I don't get the replacement with $1 running. I copied this rule from the examples to my code (after trying for some time more sensible stuff): ```javascript pipe(replace(/version(={1})/g,` '$1v0.2.2') ```...

bug