Require mtmpl files with webant.
npm install webant-handler-mtmpl_Require John Resig style micro-templating files with webant_
See:
* John Resig's blog post.
* mtmpl documentation
$ npm install webant-handler-mtmpl
Ensure the mtmpl handler is present in your webant configuration file. For example:
```json``
{
"entry":"src/js/main.js",
"dest":"build/main.js",
"handlers":["mtmpl"]
}
You may now require mtmpl files:
``javascript```
require("../path/to/tmpl.mtmpl");
See the webant module for more information.
Ensure phantomjs is installed and in your PATH, then run:
$ npm test