0.0.5 • Published 8 years ago
browserify-mustache

browserify transform for mustache template files
Install:
npm install browserify-mustache --save-dev
In JavaScript:
var template = require("../views/template.mustache");
template({title:"Browserify is Awesome!", mood:"happy"});
Partials
Partials can be passed in as a 2nd parameter.