From 4d4648b187160465d65a74c96c0277acaf3937ac Mon Sep 17 00:00:00 2001 From: "a.beging@eas-solutions.de" Date: Wed, 22 Apr 2026 13:29:06 +0200 Subject: [PATCH] Add compilation configuration for SCSS to CSS: define source and target paths --- FoodsharingSiegen.Server/sasscompiler.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FoodsharingSiegen.Server/sasscompiler.json b/FoodsharingSiegen.Server/sasscompiler.json index 76de214..7a4e4de 100644 --- a/FoodsharingSiegen.Server/sasscompiler.json +++ b/FoodsharingSiegen.Server/sasscompiler.json @@ -6,5 +6,11 @@ "Shared", "Components", "Controls" + ], + "Compilations" : [ + { + "Source": "wwwroot/css/site.scss", + "Target": "wwwroot/css/site.css" + } ] }