spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?