FAQ

Is there a cache-busting feature?

Yes! You simply need to turn on the ASSETS_EXPIRE setting (it is currently disabled by default).

Relative URLs in my CSS code break if the merged asset is written to a different location than the source files. How do I fix this?

Use the builtin cssrewrite filter which will transparently fix url() instructions in CSS files on the fly.

I am using a CSS compiler and I need it’s filter to apply even in debug mode!

See the section on CSS compilers for how this is best done.