statiqdev / Statiq.Web

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

Add additional watch paths to the console output #937

Open daveaglick opened 3 years ago

daveaglick commented 3 years ago

Right now we only report that we're watching input paths, we should output all watched paths to the console to avoid confusion

https://github.com/statiqdev/Statiq.Web/blob/e8829934da866db37b89c666b8aea70809bddbd9/src/Statiq.Web/Commands/PreviewCommand.cs#L73

daveaglick commented 3 years ago

cc @mholo65