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
Yakumo-Yukari commented
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?
Yakumo-Yukari commented
#119 Found the answer