Skip to content

Commit

Permalink
Always copy css to output
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Mar 21, 2024
1 parent 6c466d4 commit aeba24a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
</ItemGroup>

<ItemGroup>
<UpToDateCheckBuilt Include="wwwroot/css/output.css" Set="Css"/>
<UpToDateCheckBuilt Include="wwwroot/css/output.css" Set="Css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</UpToDateCheckBuilt>
<UpToDateCheckBuilt Include="tailwind.config.js" Set="Css"/>
</ItemGroup>

Expand Down

0 comments on commit aeba24a

Please sign in to comment.