-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a property for configuring additional livereload paths #40342
Comments
I think this is already possible, but it's somewhat non-intuitive: Add the additional paths to This should set the filewatcher to watch for changes, triggering the livereload, but don't restart the app as the location has been excluded from restart. But I agree that there should be a property for that. |
Hi @mhalbritter , I would like to work on this enhancement, could you please assign me this issue so that I can submit my PR in favour of this issue. Thanks, |
All yours @itsAkshayDubey |
I used a work-around and achieved this behavior see LiveReloadConfig.java in this repo https://github.com/ibhatech/world-facts/tree/dev |
Unable to access this repo. @metaforte |
made it public now |
Thymeleaf allows using files from src folder during development.
However live reload does not have a file system watcher for "additional paths" to auto reload based on those templates
Just as there is there is
spring.devtools.restart.additional-paths
,request new property
spring.devtools.livereload.additional-paths
this should work in support of
thymeleaf.prefix
The text was updated successfully, but these errors were encountered: