Just started using GWT 2.7 Super Dev Mode, I am running CodeServer, not through DevMode.
When I work on designing my app theme, I usually turn on Css pretty print temporarily like this:
<set-configuration-property name="CssResource.style" value="pretty"/>
In the past, with the traditional DevMode with browser plugin, I just refresh the page and it detects my change and recompiles.
But not so with SDM. The console shows "skipped compile because no input files have changed". I know my SDM setup is working because it detects changes in java files. I also tried restarting SDM CodeServer.
The only thing worked for me is to recompile completely, or add -noincremental to SDM, which is inconvenient for a short css debug session.
Is it expected that SDM ignores xml file changes?