expressjs+jade,生成的html在chrome里查看源码发现被压缩在一行了?怎么设置成换行? 谢谢!
app.js里加上:
if (app.get('env') === 'development') { app.locals.pretty = true; }