mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Use delegate sass compler
This commit is contained in:
parent
33965286fc
commit
d9ff478e7c
@ -14,6 +14,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Delegate.SassBuilder" Version="1.4.0" />
|
||||
<PackageReference Include="DynamicData" Version="7.4.9" />
|
||||
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.101-preview.11.2349" />
|
||||
@ -37,6 +38,16 @@
|
||||
<ProjectReference Include="..\Wabbajack.Services.OSIntegrated\Wabbajack.Services.OSIntegrated.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- outputstyle option -->
|
||||
<LibSassOutputStyle>compressed</LibSassOutputStyle>
|
||||
<LibSassOutputStyle Condition="'$(Configuration)' == 'Debug'">expanded</LibSassOutputStyle>
|
||||
<!-- level option -->
|
||||
<LibSassOutputLevel>verbose</LibSassOutputLevel>
|
||||
<!-- msbuild output level -->
|
||||
<LibSassMessageLevel>High</LibSassMessageLevel>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- dotnet tool install Excubo.WebCompiler -g -->
|
||||
<Target Name="TestWebCompiler" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="webcompiler -h" ContinueOnError="true" StandardOutputImportance="low" StandardErrorImportance="low" LogStandardErrorAsError="false" IgnoreExitCode="true">
|
||||
|
Loading…
Reference in New Issue
Block a user