In Scalate manual for Scaml and Jade it's stated that there two options ScamlOptions.nl and ScamlOptions.indent that can be used to minify outputted HTML. What is also stated is "You will need to configure these before any of your scaml templates are compiled as they affect the generated scala template classes.". I tried to use these options in two different ways in my Scalatra project using Jade for templates:
Was somebody able to use these options within Scalatra project or independenly? Probably my error is related to sbt cache because sometimes I see minified HTML outputted while starting application under built-in Jetty server but this is not regular that's why I'm asking. It would be great if someone could provide an exact sequence of steps how to fix this.
I've got the same problem. I think it's a bug.
Ticket raised: https://www.assembla.com/spaces/scalate/tickets/300
Edit: Scalate 1.7.0 was recently released. I tried it out and the issue is fixed!