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

2014-09-29 Thread Manuel Carrasco Moñino
Brandon, out of curiosity, how do you use those static files in your .html? do you use absolute urls like http://codeserver:port/ModuleName/my_asset.css? Because if you use relative paths they dont work in SDM since you have to prepend the getModuleBaseForStaticFiles() path. IMO, we should use

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

2014-09-29 Thread Thomas Broyer
On Sunday, September 28, 2014 10:06:12 PM UTC+2, Ray Cromwell wrote: This was fixed recently I think, where all public resources are copied even if no precompile happens. That's the change I linked to, but it's copying the resources to the CodeServer's own temporary folder IIUC. What

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

2014-09-29 Thread Brandon Donnelson
We had a reset.css included in the public app folder which was used by adding it to the static html header. In this case I just moved it to the gwt xml module so it was available on gwt app initialization. Copying the web resources on SDM init would be nifty. I'm not sure what the commit is

[gwt-contrib] Re: -src in DevMode EntryPoint

2014-09-29 Thread Colin Alworth
Its possible that we can get away without an explicit way to add this (like classic Dev Mode has done so far), but -src makes multi-project development so much saner. No longer do you need to depend on your IDE to do the Right Thing (i.e. use *that* project as a jar from local maven repo, but

Re: [gwt-contrib] Re: minor sdm bug

2014-09-29 Thread Manuel Carrasco Moñino
On Mon, Sep 29, 2014 at 6:37 PM, Brandon Donnelson branflake2...@gmail.com wrote: I'll change my comment some. :) I know its the nocache.js is getting cached after much testing with GPE switching back in forth. So the question is should the compiler update nocache.js each time? The problem