From 1f8147f3238a33b0171ac2c857b31318d196e037 Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 2 Jul 2026 14:07:57 +0800 Subject: [PATCH] =?UTF-8?q?chore(make):=20dev=20=E6=94=B9=E7=94=A8=20make?= =?UTF-8?q?=20css=20=E4=B8=80=E6=AC=A1=E6=80=A7=E6=9E=84=E5=BB=BA=20Tailwi?= =?UTF-8?q?nd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c2a9054..929db84 100644 --- a/Makefile +++ b/Makefile @@ -126,12 +126,10 @@ build-codemirror-incremental: dev: build-editor-incremental build-lightbox-incremental build-core-incremental build-codemirror-incremental @echo "Cleaning static/..." @rm -rf static/ - @echo "Building Tiptap editor (incremental)..." - @echo "Starting tailwindcss watch and dx serve..." - @tailwindcss -i input.css -o public/style.css --watch & \ - TAILWIND_PID=$$!; \ - trap 'kill $$TAILWIND_PID 2>/dev/null; exit' INT TERM EXIT; \ - SSR_CACHE_SECS=0 dx serve --addr 0.0.0.0 + @echo "Building CSS..." + @$(MAKE) css + @echo "Starting dx serve..." + @SSR_CACHE_SECS=0 dx serve --addr 0.0.0.0 css: @tailwindcss -i input.css -o public/style.css