jlitola / play-sass

Sass asset handling for Play Framework 2.0 *DEPRECATED*
MIT License
90 stars 28 forks source link

Use embedded SASS compiler (instead calling external program) #16

Closed Skyr closed 10 years ago

Skyr commented 11 years ago

Instead of requiring a local installation of sass, embed the sass compiler using JRuby. Perhaps this project https://github.com/darrinholst/sass-java already solves this matter.

jlitola commented 10 years ago

I'm happy to review & possibly merge patch proposing to do this. I don't have plans to implement it myself thought.