danhedron/cinequeue

Need to reenable pretty print

Closed this issue · 1 comments

Previously, jade has outputted prettily (with linebreaks and indentation). It now outputs everything in one very long line at the top of the screen. This should be fixed.

This was introduced in cfe559d ­– it appears that app.locals got overwritten in routes/playlist.js from what was in server.js; we should be appending instead of overwriting.

JSON pretty print enabled in fe36516; html pretty print enabled in an earlier commit