Skip to content Skip to sidebar Skip to footer
Showing posts with the label Playframework

How To Enable Minified Javascript Files In Play 2.3.1 Templates?

I was able to load the sbt-uglify 1.0.3 plugin in my Play Framework 2.3.1 app. Loading of the non-m… Read more How To Enable Minified Javascript Files In Play 2.3.1 Templates?

Sticky Cookies In Scala

I've set a cookie in Scala similar to the following: val cookies:Seq[Cookie] = new Seq() val nD… Read more Sticky Cookies In Scala