On Fri, Feb 27, 2015 at 9:37 PM, Craig Small <[email protected]> wrote: > > > Resource injection, not sure if it is a TG or TW problem there. I still > need to be careful when using TW widgets and my own so things like > jquery aren't included twice, or not included at all and I needed it. >
Regarding this have a look at https://github.com/amol-/tw2.asyncresources It's an experiment I did to use loaders to make TW2 handle resources collision and injection on javascript side instead of trying to handle them at python level. By using a javascript loader you can actually fix that issue as the browser knows which resources are already loaded and which aren't. Let me know if it helps. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

