There was an error while loading. Please reload this page.
If you want to include images in use by external js, do the following
1. Style
@sprite .any-image { gwt-image:"any_function"; }
2. ClientBundle instance
SomeBundleextendsClientBundle { @Source("images/any-image.png"); ImageResourceany_function(); }