Closed mshakurov closed 3 years ago
Hi @mshakurov
I don't know what's going wrong there, because the following works perfectly fine for me:
dotnet new tool-manifest
dotnet tool install Excubo.WebCompiler
mkdir themes
dotnet tool run webcompiler -r themes -o css -z disable -m disable -p disable
So this isn't an issue with webcompiler, as far as I can see. Maybe you're using a shell that is misbehaving? The above I've tried with Powershell on Windows 10.
Stefan
run webcompile from console or MSBuild Task:
dotnet tool run webcompiler -r themes -o wwwroot/css -z disable -m disable -p disable
result: exit code: 1 messages:
... etc.
what I do wrong?