0.0.2 • Published 11 years ago

html-classer-gulp v0.0.2

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

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"}))
  });
0.0.2

11 years ago

0.0.1

11 years ago