On Sunday, September 9, 2012 6:02:48 AM UTC+2, Paul Stockley wrote: > > Every time I click the compile button from the 'Dev Mode On' bookmarklet, > I get the 'GWT module '..' may need to be (re)compiled' alert. It works > fine after that but it's kind of annoying. Anyone have an idea why this > happens?
This generally happens when you try to run in prod mode (i.e. without the ?gwt.codesvr=xxx) a *.nocache.js file that has been generated by DevMode rather than the Compiler. And the way SuperDevMode works is that the code that shows the alert is (and needs to be) run just before the SuperDevMode hook "overrides" the normal bootstrap sequence. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0Jg-jCh9mFcJ. 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.
