I'm porting a project over to the playframework. Previously I was using htmlcompressor integrated in the build using this maven plugin: http://code.google.com/p/htmlcompressor/#Maven_Plugin
Is anyone aware of a comparable html minification option compatible with sbt that I could integrate into my Playframework build?
Note: I'm well aware that html minification is a last step optimization that matters little and should be applied after all other optimizations are completed, but this is a project that was already been enjoying the benefit of html minification so I'm just exploring the possibility.