webant-handler-mtmpl
v2.1.0
Published
Require mtmpl files with webant.
Maintainers
Readme
node-modules-webant-handler-mtmpl
Require John Resig style micro-templating files with webant
See:
Installation
$ npm install webant-handler-mtmplUsage
Ensure the mtmpl handler is present in your webant configuration file. For example:
{
"entry":"src/js/main.js",
"dest":"build/main.js",
"handlers":["mtmpl"]
}You may now require mtmpl files:
require("../path/to/tmpl.mtmpl");See the webant module for more information.
Tests 
Ensure phantomjs is installed and in your PATH, then run:
$ npm test