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

Support for Jade/Pug files

Open Abhi347 opened this issue 7 years ago • 0 comments
trafficstars

Is there any way to use jade comments (double forward slashes) instead of HTML comments to denote build blocks? So instead of

<!-- build:js -->
<!-- endbuild -->

can I use

//build:js
//endbuild

Abhi347 avatar Jan 16 '18 14:01 Abhi347