gulp-b-html

v0.2.0
A gulp plugin for b-html
HTML b-html gulpplugin

gulp-b-html

A gulp plugin for b-html.

Installation

$ npm install --save-dev gulp-b-html

Usage

var bHtml = require('gulp-b-html');

gulp.src('./views/*.bhtml')
    .pipe(bHtml())
    .pipe(gulp.dest('./dist'));

License

MIT

Author

bouzuya <[email protected]> (http://bouzuya.net)

npm i gulp-b-html

Metadata

  • MIT
  • Whatever
  • bouzuya
  • released 8/16/2015

Downloads

Maintainers