GWT refresh CssResource class when style.css is modified with Eclipse

170 views Asked by At

I'm using a CssResource class for my GWT app styles and I'm trying to find a way to trigger the refresh my java interface when my style.css file is modified (or the other way around, to refresh my style.css when the java interface is modified).

I'm developing in Eclipse and I know that the java interface can be created with the ClientBundle wizard, but is there a way to refresh one of them, when the other one is modified so I won't write the same strings twice ?

0

There are 0 answers