[gwt-contrib] minor sdm bug

2014-09-28 Thread Stephen Haberman
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 .nocache.js. Turns out I had a .nocache.js.gz artifact that was f

Re: [gwt-contrib] Re: DevMode with -superDevMode hardcoded -noprecompile

2014-09-28 Thread Brandon Donnelson
Cool that would be nifty. I've been testing with GWT 2.7.0-SNAPSHOT and GWT 2.6.1, although I haven't noticed those resources getting copied, although maybe its so new the snapshot doesn't have it yet. On Sunday, September 28, 2014 1:06:12 PM UTC-7, Ray Cromwell wrote: > > This was fixed rece

Re: [gwt-contrib] Re: DevMode with -superDevMode hardcoded -noprecompile

2014-09-28 Thread 'Ray Cromwell' via GWT Contributors
This was fixed recently I think, where all public resources are copied even if no precompile happens. On Sun, Sep 28, 2014 at 3:02 AM, Thomas Broyer wrote: > I'd rather say DevMode's -superDevMode should share the same behavior as > https://gwt-review.googlesource.com/#/c/9137/4/dev/codeserver/

[gwt-contrib] Re: DevMode with -superDevMode hardcoded -noprecompile

2014-09-28 Thread Thomas Broyer
I'd rather say DevMode's -superDevMode should share the same behavior as https://gwt-review.googlesource.com/#/c/9137/4/dev/codeserver/java/com/google/gwt/dev/codeserver/Recompiler.java On Sunday, September 28, 2014 10:56:17 AM UTC+2, Brandon Donnelson wrote: > > I've been thinking it might be g

[gwt-contrib] DevMode with -superDevMode hardcoded -noprecompile

2014-09-28 Thread Brandon Donnelson
I've been thinking it might be good to be able to turn off noprecompile when using super dev mode. I found with dev mode, the resources in the public folder could be added to html page, although with -superDevMode on the resources are not available till the first compile happens and this happe