OS: Windows 10
Intellij: 2016.3.2
Java: 1.7
I have a basic Springboot project using Thymeleaf as the templating engine. When I make a change to a Java file I can use menu option Build > Recompile (Ctrl + Shift + F9) to recompile.
This option is not available for *.html files. (Note: this used to work).
I am using an embedded tomcat as part of Spring.
Any idea as to why this option is now grayed out?
Assuming it must be a setting thing but I simply couldn't find anything on the web but I did read something about "Update classes and resources" options are only available when the deployment option is an "exploded" war.