Closed JimiJonJimbo closed 9 years ago
Which building tool are you using?
Gradle.
In order to reload the changes to jade templates you need some mechanism to watch
for the changes.
The showcase is using the Gradle Watch plugin
gradle bootRun
gradle watch
The dynamic reloading of jade templates is out of scope of this SpringBoot starter
gradle watch was the missing step for me. Thanks!
When I make changes to my .jade files, I have to restart my project in order to see the changes (just refreshing the page in the browser doesn't work). I have set spring.jade4j.caching to false but it doesn't help. Is live reloading broken?
Thanks!