> This year I haven't been such a bad boy as I used to be. I'd be really > happy if you brought me a piece of middleware that transparently merged > all javascript resources into a big file, jsminified them and swapped > all the <script> links in the page to that point to that big js ball.
I think you get most (though not all) of this from the Dojo package system: http://dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/package-system-and-custom-builds I've never tried, but I think you may be able to use it with non-Dojo js. (Granted, since Dojo is pretty much a superset of the various js toolkits, has finally become fast, and can be made small with the build system, I've stopped using the other toolkits...) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

