Hi Haitao, I'm not sure I understand your question. The gadget should contain the latest version of the bootstrap code generated in your last GWT compile. This bootstrap script contains the new names of the <md5>.cache.js files to fetch, so your users should get the new content. You might want to consider using the GWT Gadgets library, which inlines the bootstrap code into the generated gadget manifest file after compilation.
Hope that helps, -Sumit Chandel On Mon, Aug 10, 2009 at 1:34 PM, Haitao <[email protected]> wrote: > > Is there a way for GWT to generate browser independent script without > loading the bootstrap code first? I understand this will hurt > performance a bit. I am trying to insert the generated code into a > gadget. If the gadget only contains bootstrap code, then after I > update my app and before the gadget container updates its copy of > gadget XML all users will still try to load the old xxx.nocache.js > files which are already gone. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
