There are a bunch of questions related to Assetic and SASS or Compass, but nobody actually answers how to use Assetic with Compass and what the correct directory structure should be.
How do I set up my asset directories to achieve full compass functionality and benefits (auto-generated sprites, sass language, compass plugins) and have the ability to use assetic to serve up only the assets needed for that specific view. And what is the correct config to handle this setup?
How do I do this?