I\'m using Assetic with the compass filter to pass and compile .scss files. This part of the setup seems to work fine. However, my understanding was that in the app_dev environm
if you are working with symfony 2 assets in dev. environment, simply use this command:
php app/console assets:install php app/console assetic:dump --watch
Since version 2.4 --watch is deprecated, and has been replaced by:
php app/console assetic:watch