I have Symfony 2.1.6, sass and compass working well together.
How do I get it to generate FireSass info?
It seems that I need to give sass the --debug-info switch but I haven't had much luck understanding the assetic bundle config in Symfony.
My app/config/config.xml contains the following
assetic:
debug: "%kernel.debug%"
use_controller: false
bundles: [ ]
#java: /usr/bin/java
filters:
cssrewrite: ~
sass: ~
compass: ~
That worked without any other configuration. I already had sass and compass installed because I've been using the Zen theme in Drupal.
Thanks