underscorec
v0.0.2
Published
Command line precompilation for underscore.js templates
Downloads
6
Readme
underscorec
Command line precompilation for underscore.js templates.
Example
Given a file system like this:
The following command:
underscorec views/ output.jswill compile the four underscore templates into the file output.js. The views are attached to a global templates object and named according to their path:
- templates[layout]
- templates[home/index]
- templates[home/blah]
- templates[admin/dashboard]
Testing
mocha --compilers coffee:coffee-script test/fs_tests.coffee
