watchexec/cargo-watch

How can cargo-watch monitor the html file even after I have modified it? Which parameter should I use to run it?

Yakumo-Yukari opened this issue · 1 comments

My html files are in the templates folder, and I'm using this command cargo watch -q -c -w src/ -x "run", how do I monitor both the src and templates folders?

#119 Found the answer