Hi there,
I'm using GWT 2.4.0 with the GWT + GWTP Eclipse Plugins. I'm trying to add CSS background image using sprite:
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#Image_Sprites
But I can't get it to work. Can any of you guys tell me what I'm doing wrong?
Directory Structure is:
client.resources (for CSS files and Images)
+ Resources.java
client.layout (for the overall layout using one slot to render pages)
+ MainView.ui.xml
+ MainView.java
+ MainViewPresenter.java
client.resources.Resources.java
client.Layout.MainView.ui.xml
I get following error:
20:13:15.998 [ERROR] [homepage] branding_2: Fix by adding .branding_2{}
It would be great if somebody could give me a hint.
Thanks,
Chris