From: Greg Burri Date: Tue, 1 Apr 2025 16:14:52 +0000 (+0200) Subject: Watch for both scss files X-Git-Url: https://git.euphorik.ch/?a=commitdiff_plain;h=c7b6f586552b00ec463f26c7a0f5213d73fdbc4a;p=recipes.git Watch for both scss files --- diff --git a/backend/watch_scss.nu b/backend/watch_scss.nu index 6219d89..53d8952 100644 --- a/backend/watch_scss.nu +++ b/backend/watch_scss.nu @@ -1 +1 @@ -sass -w scss/style.scss static/style.css \ No newline at end of file +sass --no-source-map -w scss/style_dark.scss:static/style_dark.css scss/style_light.scss:static/style_light.css