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)