0.0.2 • Published 11 years ago
html-classer-gulp v0.0.2
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"}))
});