clientjade icon indicating copy to clipboard operation
clientjade copied to clipboard

why I should use your module?

Open timaschew opened this issue 11 years ago • 3 comments

Jade can compile templates for client side as well: https://github.com/visionmedia/jade#browser-support

timaschew avatar Oct 12 '14 17:10 timaschew

This module uses the same Jade API under the covers.

IanIan123 avatar Dec 10 '14 16:12 IanIan123

but why I should use this one instead of the origin jade?

timaschew avatar Dec 10 '14 16:12 timaschew

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.

rhou-sdcc avatar Mar 10 '15 06:03 rhou-sdcc