To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/65212555-efa9-493c-aead-031566baaf20%40googlegroups.com.--
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 google-web-toolkit-co...@googlegroups.com.
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 <t.br...@gmail.com> wrote:
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 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 happens after the web page is requested and if any public resources are included in the web page there will be a 404 until the first compile. DevMode blocks until the compile is done so the pattern of resource inclusion has to change for those using public resources in the html page.Anyway do you think -noprecompile should be an option to turn off when running DevMode with SuperDevMode?Thoughts?Thanks,Brandon
--
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 google-web-toolkit-contributors+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/0e254f1e-b2c0-46ef-962f-0aa24b52f292%40googlegroups.com.
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 <t.br...@gmail.com> wrote:
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 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 happens after the web page is requested and if any public resources are included in the web page there will be a 404 until the first compile. DevMode blocks until the compile is done so the pattern of resource inclusion has to change for those using public resources in the html page.Anyway do you think -noprecompile should be an option to turn off when running DevMode with SuperDevMode?Thoughts?Thanks,Brandon
--
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 google-web-toolkit-contributors+unsubscribe@googlegroups.com.
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.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/437e1a32-14c9-45de-87a9-7710f4e76fb1%40googlegroups.com.