On 15 juil, 04:31, Kelvin <[email protected]> wrote: > I create a SilkImageBundle and put all silk icons library to it. the > silk icon library contains 1000 icons and just a few hundreds of them > are being used by the application. > And I supposed that GWT can optimize the icon set and contains only > the icons that being used. However, the generated icon set is the full > set of silk library.
To answer your question (why is it behaving that way?): the generators run before any optimization of the code, so the ImageBundleGenerator cannot know which method (hence, image) is actually used and which isn't. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
