On 5/27/07, Jeremy Bowers <[EMAIL PROTECTED]> wrote:
>
> 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.

in that case you can have bundles, multiple widgets would refer to one
css files, so no matter how many you would use, only one big file
would go to the client...

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


-- 
Honza Kr�l
E-Mail: [EMAIL PROTECTED]
ICQ#:   107471613
Phone:  +420 606 678585

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