I believe GWT already does that. The browser should only be loading one of the permutations.
You should look at code splitting. Cutting out code you dont need couldn't hurt either. -Ben On Mar 4, 11:18 am, sridevi macherla <[email protected]> wrote: > Is there any mechanism to generate browser sepecific example I have 3 > browser, but currenlty user is browsing in Firefox, so the rest of > permutation can be ignored meaning dynamic binding of browser specific way > so that way the javascript can be reduced to a larger extent, but please > suggest me. > > On Fri, Mar 4, 2011 at 10:46 PM, sridevi macherla <[email protected] > > > wrote: > > Larsen, > > > Can't we use any other options available, like the Generators. > > > Thanks > > Sri > > > On Fri, Mar 4, 2011 at 9:53 PM, Jeff Larsen <[email protected]> wrote: > > >> 11MB.... you're probably gonna want to start looking into codesplitting > >> various parts of the app. That is probably the only way you're going to get > >> that beast down to a reasonable size. > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Google Web Toolkit" group. > >> 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. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
