Hey #django people: I'm giving the long-nearly-dead Form.Media another go, and am wondering what people are doing for compression/minification.
I normally use django-compressor with offline compression in my projects, but that's no good with a dynamic collection of assets.
I really do like the concept of only including the JS and CSS snippets that I need for my currently rendered forms, though. What do?