statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.65k stars 235 forks source link

Watch any files read by the virtual file system that are outside input or WatchPaths folders #935

Open daveaglick opened 3 years ago

daveaglick commented 3 years ago

We can now specify additional watch paths, but it might also be helpful to add any files we read during the course of a generation to an additional set of watch paths. I.e. I include a file like readme.md from the root of the project, it should now trigger a reexecution if it changes.