b-htmlify
v0.3.0
Published
b-html precompiler for browserify
Downloads
16
Maintainers
Readme
b-htmlify
b-html precompiler for browserify.
Installation
$ npm install b-htmlify
Usage
var template = require("./template.bhtml");
document.body.innerHTML = template();
$ browserify -t b-htmlify main.js > bundle.js