Russell Keith-Magee wrote:
> <link ...css link 1.../>
> <link ...css link 2.../>
> <link ...css link 3.../>
> <link ...js link 1.../>
> <link ...js link 2.../>
> <link ...js link 3.../>
>   

This is a bad thing. Requests are extremely expensive and this is 
encouraging scenarios where you end up with 30, 40, maybe more little 
CSS and JS files. I'd never deploy this; I try to never deploy with more 
than one of each. I generally fail and end up with two of each for 
technical reasons, but certainly not two files per widget type.

Is there any way to make it easier to bundle everything into one CSS 
file and one JS file than to end up with this?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to