aboutsummaryrefslogtreecommitdiff
path: root/watch
diff options
context:
space:
mode:
Diffstat (limited to 'watch')
-rwxr-xr-xwatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch b/watch
index 9f5acdb..5a5076c 100755
--- a/watch
+++ b/watch
@@ -11,6 +11,6 @@ trap sigint_handler SIGINT
while true; do
cargo run &
PID=$!
- inotifywait -e modify -e move -e create -e delete -e attrib -r src/ templates/ assets/
+ inotifywait -e modify -e move -e create -e delete -e attrib -r src/ templates/ content/
kill $PID
done