Is there a way to compile multiple CSS to a single file in django. That means if there are 10 css files it means you have 10 http requests. But If I could compile it to one file I need one request. Is there a wa to do this in django. I saw collectstatic copy this to a folder(am I wrong?).
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/222887b9-50b8-48bb-a708-b3241ad94f52%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

