HTML Classer Gulp
npm i html-classer-gulp
A gulp wrapper for html-classer
Using
gulp.task("compile", function() {
gulp.src(rootPath + "/template/**/*.html")
.pipe(htmlClass({klass: "bkr"}))
});
npm i html-classer-gulp
A gulp wrapper for html-classer
gulp.task("compile", function() {
gulp.src(rootPath + "/template/**/*.html")
.pipe(htmlClass({klass: "bkr"}))
});
npm i html-classer-gulp
4
0.0.2
none