Hi,

turns out it doesn't work in SuperDevMode either. I looked at the boot 
sequence and the iframe is never created and the module never loaded by the 
*.nocache.js file (which is loaded fine). So, looks like something is wrong 
with the generation of the bootstrap file. There is no error raised in the 
javascript console. I am not quite where to go from here... any idea of 
something I could test to isolate further the root of my app not loading? I 
still have a strong feeling it is linked to the code splitting, but may be 
not...

Thanks


On Monday, 6 October 2014 14:52:02 UTC+2, Thomas Lefort wrote:
>
> I have a strange problem.
>
> My application runs fine in prod but I can't get it to start in dev mode. 
> This happend from the day I started to add some code splitting into it.
>
> I use gwt 2.6.1. I have used a "pattern" for code splitting which might 
> not go down well with dev mode? The pattern is as follows: I wanted to have 
> my code splitting around groups of activities (ie before login, after 
> login), so I created two abstract activities which call the runAsync in 
> their start method, when the callback is called, the activity overriding 
> this abstract class is started using a new method called startAsync, which 
> effectively does what the start method normally does. Could this be a 
> problem?
>
>
>

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

Reply via email to