Thursday, February 11, 2016

Re: How do I disable code splitting in GWT?

Hi Thomas,

perfect!!! Exactly what I'm looking for! And also the compiler option "-??" is very nice :)

THX
Rocco

Am Donnerstag, 11. Februar 2016 17:34:25 UTC+1 schrieb Thomas Broyer:


On Thursday, February 11, 2016 at 2:12:52 PM UTC+1, Rocco De Angelis wrote:
Hi All, 

somebody an idea how to disable code splitting in GWT so that all generated code will be put in the cache.html.
This makes it easier for me to debug the code in chrome (Yes I will debug the js code :) )

But "-draftCompile" doesn't work. Any other ideas?

To disable GWT.runAsync, pass -XnocodeSplitting  (or -XdisableRunAsync for older versions of GWT) to the compiler.
Run the compiler with "-??" to see all options (including "hidden" ones)

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment