queckezz/koa-views

pretty html output?

Closed this issue · 3 comments

using jade normally lets you set the pretty flag upon rendering ( https://github.com/visionmedia/jade#options ).
not here?

There is currently no options object that you can pass to the engine. But I guess this is something that's important so I'm going to update it as soon as I get home.

probably never going to happen, see tj/consolidate.js#141. This module is directly depended on consolidate so if they don't support passing in options we can't do much at this point :S

yeah, i tried to find the pipe that would lead back to jade itself before posting the issue, but found none
also i see some more problems in koa modules, like stylus, i guess, i'll just go back to express until koa ecosystem will get more solid