From 663103f1d79abc7aeabc705933a81baab24545a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Tue, 20 Dec 2022 14:32:12 +0100 Subject: [PATCH] Add scripts to start watch of scss files during runtime --- build/startWatch.ps1 | 1 + build/startWatch.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 build/startWatch.ps1 create mode 100644 build/startWatch.sh diff --git a/build/startWatch.ps1 b/build/startWatch.ps1 new file mode 100644 index 0000000..914aada --- /dev/null +++ b/build/startWatch.ps1 @@ -0,0 +1 @@ +dotnet watch webcompiler ./Styles/Connected.Components.scss -c ./excubowebcompiler.json --project ../src/Connected.Components/Connected.Components.csproj \ No newline at end of file diff --git a/build/startWatch.sh b/build/startWatch.sh new file mode 100644 index 0000000..914aada --- /dev/null +++ b/build/startWatch.sh @@ -0,0 +1 @@ +dotnet watch webcompiler ./Styles/Connected.Components.scss -c ./excubowebcompiler.json --project ../src/Connected.Components/Connected.Components.csproj \ No newline at end of file