gulp-html-replace
gulp-html-replace copied to clipboard
Support for Jade/Pug files
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