Should I expect dead code elimination to work on ImageBundle?

Let's say I have an icon library, and to save time, I'd like to
include a lot of images we may choose to use in the future. There
could be about 100. Right now, we use only 8 of them. Shouldn't the
generated ImageBundle resource only contain those 8 images?

I'd like to avoid having to copy images one at a time into our
project, adding them to the interface as they are needed. The only
alternative I can see right now is to comment out the images we are
not using.

Am I missing something?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to