Here's a dirty hack that I've never tried but which may work...
If your ClientBundleWithLookup doesn't change too often, you could
pre-generate the implementation through a GWT-compile (with the -gen
option). Once you have the class (or classes?) add them to your project.
Then you have two opti
Howdy all,
Do anyone have experience of a project with a lot of image data?
I'm creating a Canvas based game through GWT. It's based on a bunch of
ClientBundleWithLookups, a total of ~400 images. Everything works
quite well.
One problem I have tho, is that in dev mode, it can take almost a
minu