Add scripts to start watch of scss files during runtime

This commit is contained in:
Matija Koželj 2022-12-20 14:32:12 +01:00
parent 1110bbf850
commit 663103f1d7
2 changed files with 2 additions and 0 deletions

1
build/startWatch.ps1 Normal file
View File

@ -0,0 +1 @@
dotnet watch webcompiler ./Styles/Connected.Components.scss -c ./excubowebcompiler.json --project ../src/Connected.Components/Connected.Components.csproj

1
build/startWatch.sh Normal file
View File

@ -0,0 +1 @@
dotnet watch webcompiler ./Styles/Connected.Components.scss -c ./excubowebcompiler.json --project ../src/Connected.Components/Connected.Components.csproj