mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 02:34:16 -04:00
Fixing contnent visibility
This commit is contained in:
parent
9a65c2bb23
commit
aea376f2ce
@ -1 +1 @@
|
||||
Subproject commit 57d382f7246287a611892359e444355e745d0795
|
||||
Subproject commit 5023f0653dfc62356aae6e0aaa7f71f2473ef417
|
@ -50,10 +50,10 @@
|
||||
</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)**" />
|
||||
<None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules/**" />
|
||||
<StaticFiles Include="$(SpaRoot)static/**" />
|
||||
<LoginFiles Include="$(LoginRoot)**" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
|
||||
|
Loading…
x
Reference in New Issue
Block a user