deedubs / require-jade

Add jade to requireJS
MIT License
55 stars 17 forks source link

Jade v0.27.6 #6

Closed vincentmac closed 11 years ago

vincentmac commented 11 years ago

Updated the Jade Compiler from line 10 to 3650. Commented out the global window.jade variable and instead attached it to the scoped var Jade.

Also updated the jade runtime for use with precompile templates (lines 3715 to 3892).

Incorporated @RushPL's solution for properly requiring jade as a dependency inside compiled templates (see discussion).