Joseph Tuskan
Results
1
comments of
Joseph Tuskan
You would just apply your own filter [gulp-if](https://github.com/robrich/gulp-if) for example: ``` .pipe(gulpif(function (file) { return !/.html$/.test(file.path); }, htmlreplace({ ... your options }))) ```