Take a look at the Dojo Package system http://dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/package-system-and-custom-builds
(Dojo is probably the most advanced javascript toolkit out there, but a bit much to get started with for projects with only small JS needs) On Nov 27, 1:03 pm, Thomas Wittek <[EMAIL PROTECTED]> wrote: > Hello everybody! > > Is there any possibility to automatically merge (and minify and cache) > multiple CSS and JavaScript files into one file? > To speed up page load times it is a good idea to minimize the number > of HTTP requests. > > So does any plugin/extension/module exist that can > a) recursively read one (or multiple) CSS file, resolve the @import's, > inline them and ideally minifies it? > b) concatenates multiple JavaScript files and minifies them? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

