jade-builder
v0.1.0
Published
Jade middleware to use with components builder.js
Downloads
6
Readme
#jade-builder Jade middleware to use with Component's builder.js
What it does
This will automatically register the Jade client side runtime and can be required with require('jade.runtime')
. The jade
variable will not be global.
Any Jade templates will automatically be compiled and registered so that they can be required just like any script. The jade.runtime
script will be required automatically for each jade template registered.
License
MIT