From 7949fcdc683d07689bad5da5d20bfa3eeb5a6a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Sep 2023 01:25:00 +0200 Subject: Move frontend code to subdirectories, to simplify command line flags. --- static/make-watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/make-watch') diff --git a/static/make-watch b/static/make-watch index b328038a..a1a6def8 100755 --- a/static/make-watch +++ b/static/make-watch @@ -13,7 +13,7 @@ if [ -n "$TMUX" ]; then tmux new-window "tsc --watch" else tmux \ - new-session "scss --watch -I. style.scss:style.css" \; \ + new-session "scss --watch -I. scss/style.scss:out/style.css" \; \ split-window "tsc --watch --noEmit" \; \ split-window "make watch-esbuild" \; \ rename-session "calp watch" \; \ -- cgit v1.2.3