diff --git a/hotreload.sh b/hotreload.sh index 993db97..84e4829 100644 --- a/hotreload.sh +++ b/hotreload.sh @@ -26,6 +26,8 @@ function cleanup() { trap cleanup EXIT sync +tail -f server.log & + while inotifywait -r -e modify src/ pages/; do sync done