Is it possible to integrate Sass and Play Framework 2.3, so that Sass gets compiled to CSS? If so, how should I go about it? I\'ve tried the play-sass plugin, but it doesn\'t bu
You can try to use my sbt-sass plugin for play framework 2.3.
In future, i'll try to integrate plugin with js compiler. Now it works only with ruby-version of sass.
Link: https://github.com/ShaggyYeti/sbt-sass.