Commit
Author: Kevin Schoon [me@kevinschoon.com]
Hash: af4b4a593c3bf8ffe3b79a7ac1afa5a34dbebe65
Timestamp: Tue, 06 Feb 2024 23:18:32 +0000 (1 year ago)

+1 -1 +/-1 browse
fix stylesheet with watch.sh
1diff --git a/scripts/watch.sh b/scripts/watch.sh
2index bb1e75d..cd8cc57 100755
3--- a/scripts/watch.sh
4+++ b/scripts/watch.sh
5 @@ -11,4 +11,4 @@ if [ -n "$COMPONENT" ] ; then
6 PACKAGE_FLAGS="--package=${COMPONENT}"
7 fi
8
9- cargo watch "${IGNORE_FLAGS}" -s "cargo run $PACKAGE_FLAGS -- serve"
10+ cargo watch "${IGNORE_FLAGS}" -s "scripts/compile_stylesheets.sh && cargo run $PACKAGE_FLAGS -- serve"