On 5/27/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > If you have a specific proposal on how to bundle CSS files together in > the way you describe, feel free to suggest it.
I've done this for JavaScript, and it wasn't terribly hard -- I wrote a little script that takes a list of JS files, runs JSMin over all of them and concatenates them into one file. Doing the same for CSS shouldn't be that tough, but I don't think that packing/minimizing JS or CSS is really in scope for Django itself; if you need that, there are tools for managing it (and, again, it's not that hard to roll your own if none of the existing ones meet your needs). -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
