Fixing contnent visibility

This commit is contained in:
Zoe Roux 2021-03-25 22:53:05 +01:00
parent 9a65c2bb23
commit aea376f2ce
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 57d382f7246287a611892359e444355e745d0795 Subproject commit 5023f0653dfc62356aae6e0aaa7f71f2473ef417

View File

@ -50,10 +50,10 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules/**" Visible="false" />
<StaticFiles Include="$(SpaRoot)static/**" Visible="false" />
<LoginFiles Include="$(LoginRoot)**" Visible="false" />
<Content Remove="$(SpaRoot)**" /> <Content Remove="$(SpaRoot)**" />
<None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules/**" />
<StaticFiles Include="$(SpaRoot)static/**" />
<LoginFiles Include="$(LoginRoot)**" />
</ItemGroup> </ItemGroup>
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish"> <Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">