I'm developing a custom theme.
I compile it into an .swc file.
Then I apply the theme by adding this to the compiler parameters:
-theme+=MyTheme.swc
The problem: when I update the theme with new skins the project I applied it to doesn't rebuild.
Even if I perform a clean build theme changes are still left out.
The only thing that works is removing the compiler paramater, and adding it back in. This method is way to slow for development.
So the question is how do I make the project detect theme changes?