> > There's a ToscaWidgets ExtJS egg which packages version 1.something > > (would be nice to upgrade it to v2) which could be used to dynamically > > include the needed parts of ExtJS in the page as TW can take care of > > tracking dependences between JS static files and include only the ones > > needed, this is done server-side in python and could become more clever > > (such and concatenating into a big file and jsminifying it on the fly > > for performance) > > There is apparently some code which does this kind of thing (the > concatination and minification) in the pylons helpers package (as of a > couple weeks ago).
Great, I didn't know that :) Concatenation and minification is one of those things that everyone needs if using js heavily. > I'm still trying to figure out how the helpers library will fit in > with TurboGears users, but most of them should be usable (though some > depend on routes). And others duplicate things we get from > ToscaWidgets. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
