Skip to content

Commit

Permalink
Run Compile target before ResolveProjectStaticWebAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeuwen committed Mar 1, 2024
1 parent 482985d commit 7282a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>AspNetCore.SassCompiler</PackageId>
<Version>1.71.1</Version>
<Version>1.71.1.1</Version>
<Authors>koenvzeijl,sleeuwen,Michaelvs97</Authors>
<Description>Sass Compiler Library for .NET 6 and above. without node</Description>
<PackageDescription>Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler</PackageDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UsingTask TaskName="AspNetCore.SassCompiler.CompileSass"
AssemblyFile="$(SassCompilerTasksAssembly)" />

<Target Name="Compile Sass" BeforeTargets="Build;ResolveScopedCssInputs;BundleMinify">
<Target Name="Compile Sass" BeforeTargets="Build;ResolveScopedCssInputs;BundleMinify;ResolveProjectStaticWebAssets">
<CompileSass AppsettingsFile="$(SassCompilerAppsettingsJson)"
SassCompilerFile="$(SassCompilerSassCompilerJson)"
Command="$(SassCompilerBuildCommand)"
Expand Down

0 comments on commit 7282a5e

Please sign in to comment.