Best way to auto compile compass-style SASS via maven

childno͡.de picture childno͡.de · Aug 14, 2012 · Viewed 21.7k times · Source

referring to SASS implementation for Java? :

What is the best way to auto-compile compass-style.org stylesheets in maven goal compile respectively package?

I would not like to ship too many self-compiled libraries nor do I want to dynamically ship compiled files via filters like https://code.google.com/p/sass-java ( https://github.com/darrinholst/sass-java )

Any alternatives than hooking up shellscripts / ant scripts which requires installed ruby and compass on the client?

What is the detailed difference between SASS and Compass Stylesheets, any problems with "sass-tools" when regularly using "compass"? => Which mvn plugins are "compass aware"?!

Answer

maxb picture maxb · Sep 4, 2012

I found this, it's not a special compass/sass plugin but it works

https://gist.github.com/1671207