I\'ve been googling around for an answer to this but haven\'t found exactly what I\'m looking for.
I\'m dipping my toes in the water of the Symfony framework having been
I ended up making a directory structure for my compass project in the main app/Resources folder. I've been able to create "bundle-specific" directories if I need them and then use Compass to compile the whole lot down to one main css file (also stored in app/Resources/public. I then use Assetic to "publish" (or whatever it does) that file into my web root using the normal method of including stylesheets into my base twig templates.