clientjade
clientjade copied to clipboard
why I should use your module?
Jade can compile templates for client side as well: https://github.com/visionmedia/jade#browser-support
This module uses the same Jade API under the covers.
but why I should use this one instead of the origin jade?
ClientJade added inline runtime.js code inside their generated files so that you can use them directly, plus with 2 ways of rendering data, .render and .template. Check the generated file and you can see the differences.