Skip to content

Commit

Permalink
fix(ScopedCss): Include generated file even when unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Nov 17, 2024
1 parent 743619c commit 3ea9dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Bolero.Build/Bolero.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<_BoleroApplyCssScopesBeforeTargets>ResolveScopedCssOutputs;CoreCompile</_BoleroApplyCssScopesBeforeTargets>
</PropertyGroup>

<ItemGroup Condition="Exists('$(_BoleroScopedCssSourceFile)')">
<CompileBefore Include="$(_BoleroScopedCssSourceFile)" />
</ItemGroup>

<UsingTask AssemblyFile="$(BoleroTaskAssemblyPath)" TaskName="Bolero.Build.BoleroStripFSharpMetadata"
Condition="'$(BoleroStripAssemblies)' != 'False'" />
<UsingTask AssemblyFile="$(BoleroTaskAssemblyPath)" TaskName="Bolero.Build.BoleroApplyCssScopes" />
Expand Down

0 comments on commit 3ea9dcf

Please sign in to comment.