You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using this plugin with the latest version of the Spring Tool Suite (3.9.4) based on Eclipse Oxygen.3a (4.7.3a).
Whenever I perform changes in my SCSS files, I can see in Eclipse that the CSS files are also updated.
Howerver, my Spring Boot Application does not load the CSS file until I run a Maven Refresh (Alt + F5) and restart the project. Restarting without a refresh is not working either.
Am I missing a configuration setting or doing something wrong?
Hi,
I'm currently using this plugin with the latest version of the Spring Tool Suite (3.9.4) based on Eclipse Oxygen.3a (4.7.3a).
Whenever I perform changes in my SCSS files, I can see in Eclipse that the CSS files are also updated.
Howerver, my Spring Boot Application does not load the CSS file until I run a Maven Refresh (Alt + F5) and restart the project. Restarting without a refresh is not working either.
Am I missing a configuration setting or doing something wrong?
In my POM I'm using the following configuration:
The text was updated successfully, but these errors were encountered: