Hey, I was trying SDM on a project today, via the -superDevMode flag that was added to DevMode (great work).
It worked really well on one project, and then on another I kept getting the "GWT needs (re)compiled" that's from the old <module>.nocache.js. Turns out I had a <module>.nocache.js.gz artifact that was from some previous compile I had done (with Precompress included), and Jetty was serving this old .js.gz as the preferred version of the nocache.js file. So, I'm not super familiar with where/when the files get generated, but maybe SDM could detect/delete/update the potentially-stale .js.gz version of the nocache.js file? Thanks, Stephen -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/20140928182140.451f0289%40sh9. For more options, visit https://groups.google.com/d/optout.
