Fix for "JS error in produced optimized code"#15
Conversation
|
I just tried your changes and think I figured out what you are doing and why you are receiving this error. When you are using Now when you set It looks like your PR is also creating a new empty jade object Another thing to consider is, if you are building your app, why would you want to compile your jade templates on the client side? I do not see the advantage to doing this. If you are using |
|
Sorry, looks like I messed up something... Previous fix actually does not work. The new one I just committed works fine for me. Please review. Here are the tests: https://docs.google.com/file/d/0B4Ec_AMB8FX2aHNjSjhOWHNmSEU/edit?usp=sharing |
|
How do I set |
Fix for #14