Browse Source

try to fix static resource loading

pull/600/head
Jason Dove 4 years ago
parent
commit
34c71a0c12
  1. 7
      ErsatzTV/ErsatzTV.csproj

7
ErsatzTV/ErsatzTV.csproj

@ -8,7 +8,12 @@ @@ -8,7 +8,12 @@
<ItemGroup>
<Folder Include="Resources" />
<Folder Include="wwwroot\css\bootstrap" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\**" ExcludeFromSingleFile="false">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save