jlitola / play-sass

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

better control of the folders #25

Closed antonkulaga closed 10 years ago

antonkulaga commented 10 years ago

I use https://github.com/doabit/semantic-ui-sass and I have to copy its parts (esp. images and fonts) to the root of my app (i.e. myapp/images/semantic-ui and myapp/fonts/semantic-ui) because I cannot configure Play-Sass (and compass in particular) from where to take them That is why it would be great to see both better play-sass configuration as well as some docs

jlitola commented 10 years ago

You can pass arbitrary command line options by overriding the sassOptions. In your case seems that -I option of sass could be useful.