Closed braco closed 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.
Thanks for your issue. This is a duplicate of #112. Please refer to that issue for more details.
In Jade this is something like
or
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
so you can debug the HTML output.