Re: How do I disable code splitting in GWT?

2016-02-11 Thread Rocco De Angelis
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 :) ) >> >> I

Re: How do I disable code splitting in GWT?

2016-02-11 Thread Thomas Broyer
ll debug > the js code :) ) > > I found this: > http://stackoverflow.com/questions/3802782/how-do-i-disable-code-splitting-in-gwt > But "-draftCompile" doesn't work. Any other ideas? > To disable GWT.runAsync, pass -XnocodeSplitting (or -XdisableRunAsync for older

Re: How do I disable code splitting in GWT?

2016-02-11 Thread Jens
> I'm also interested in this option to reduce the number of permutations > and therefore speedup compile times (currently around 90 minutes due to > multiple languages and supported browsers). > Code splitting has nothing to do with permutations. If you want to reduce the amount of permutati

Re: How do I disable code splitting in GWT?

2016-02-11 Thread Thomas Bachmann
I'm also interested in this option to reduce the number of permutations and therefore speedup compile times (currently around 90 minutes due to multiple languages and supported browsers). -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubsc

How do I disable code splitting in GWT?

2016-02-11 Thread Rocco De Angelis
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 :) ) I found this: http://stackoverflow.com/questions/3802782/how-do-i-disable-code