Commit
+1 -1 +/-1 browse
1 | diff --git a/scripts/watch.sh b/scripts/watch.sh |
2 | index 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" |