Wro4j automatic refresh in Eclipse dont work
opened this issue · comments
The tutorial state that
The wro4j-maven-plugin has some Eclipse integration features and you can install it from the Eclipse Marketplace (try it later if this is your first time - it’s not needed to complete the application). If you do that then Eclipse will watch the source files and re-generate the outputs if they change. If you run in debug mode then changes are immediately re-loadable in a browser.
I installed Eclipse with this plugins and I try to add a simple rule in main.less of basic project:
p { color: red; }
The rule is added automaticaly to resources/static/css/angular-bootstrap.css but not visible when you reload the web page. I need to use the Maven > Update Project feature in the project context menu to make it visible.
Is there additional configuration needed to make automatic wro4j generated ressources refresh in debug mode work?