html-classer-gulp

0.0.2 • Public • Published

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

/html-classer-gulp/

    Package Sidebar

    Install

    npm i html-classer-gulp

    Weekly Downloads

    4

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • samccone