We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SomeBundle extends ClientBundle { @Source("images/any-image.png"); ImageResource any_function(); }