gulp-b-html

0.2.0 • Public • Published

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 <m@bouzuya.net> (http://bouzuya.net)

Dependents (0)

Package Sidebar

Install

npm i gulp-b-html

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • bouzuya