jlitola / play-sass

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

better explanation of how to work with compass #20

Closed antonkulaga closed 10 years ago

antonkulaga commented 10 years ago

I am trying to use it with compass+susy+zurb-foundation but it thorws errors when I import foundation or susy ( http://susy.oddbird.net/ ) to sccs.

I use net.litola.SassPlugin.sassOptions := Seq("--compass", "-r", "compass", "-r", "zurb-foundation")

and it does not seem to work even for foundation

I think it is because I do not know how to configure play-sass right and because I am new to compass (I used to use LESS before and now switched to sass-comnpass as it is better), please provide detail explanation about compass configuration in play-sass

antonkulaga commented 10 years ago

I fixed the problem on my side ( I put config in a wrong place) but anyway it would be nice to see a paragraph describing how to add compass libs to the config Seq