bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

Documentation: how do you turn minification off in Express? #150

Closed braco closed 11 years ago

braco commented 11 years ago

In Jade this is something like

app.set('view options', { pretty: true });

or

app.locals({ pretty: true })

but I can't find a way to do this in Blade, and it isn't documented. This is something you'll usually want in

app.configure("development", ...)

so you can debug the HTML output.

bminer commented 11 years ago

Thanks for your issue. This is a duplicate of #112. Please refer to that issue for more details.