> I'm aware of that code and that's more or less the idea, the difference
> being that since TW can generate the js and css links that are injected
> in the html it can take advantage of this and only insert a single link
> to the whole ball on production and separate links on debugging. AFAIK
> webhelpers only takes care of the minification of a single file or
> concatenation of some but doesn't deal with the links in the html.

I think you use some special helper functions to put the links in the
HTML, and then it either just adds the links (in development mode) or
created (in production mode) adds a single link to the
concatinated-minified file.

But actually haven't used the code at all, that's just the impression
I got from looking at an example someone showed me.

--Mark Ramm

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to