I'm currently experimenting with Symfony/SASS/Compass.
I use sfSassyCssPlugin (http://github.com/vicb/sfSassyCssPlugin) to automatically compile my .scss files. If i want to use compass with this plugin, do i need to modify the plugin to use another compiler (compass instead of sass)? How to use Compass best with Symfony projects?
Thanks for pointing me in the right direction!