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" + } ] }