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.