socketstream / ss-jade

Jade (HTML) code wrapper for SocketStream 0.3
10 stars 2 forks source link

Common config (based, constants, locals, htmlPaths) #7

Open thepian opened 10 years ago

thepian commented 10 years ago

General config enhancements

In Jade you can pass a basedir option to the compiler. This is very useful for having an include library. It seems to be left out.

In 0.4 there are locals and constants pass them in Jade templates

paulbjensen commented 10 years ago

Hi @thepian,

It looks like we need to add that to ss-jade. I'll look into that.