Em Tuesday 27 November 2007 19:03:40 Thomas Wittek escreveu: > 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?
It is possible. You just have to have a filter and write the code for it. ;-) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

