On Friday, September 7, 2012 9:06:51 AM UTC+2, Niraj Salot wrote: > > Hi All, > > I even tried upgrade of GWT 2.5 and SuperDevMode. > > But Still no improvement. >
Really?! You mean that each time you hit the "DevMode On" bookmarklet and "Compile" button, it takes 4-6 minutes before the page is refreshed to reflect the changes you made in the code? (launching SuperDevMode does a "full compile" –in draftMode though, and limited to user.agent=safari & locale=default– so it's expected to take some time, but you do it only once –or a very few times– per day) Finally, you might want to setup "harnesses", i.e. small apps using only a portion of the code. That should speed up DevMode refreshes, SuperDevMode startup, and compilation; at the expense of not being your full app, so you cannot test/check everything. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/T5J2394RwysJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
