gulp-html-replace
gulp-html-replace copied to clipboard
Add Closure to manipulate the data
Would be awesome to have the option to add Clousre for manipulating the data before replaceing it completely.
htmlreplace({'replace': 'test'}, function(data) {
// data.manipulate();
})