Skip to content

Commit d74de40

Browse files
committed
Js files now automatically included as embedded resources
1 parent 7a8d19b commit d74de40

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/Cofoundry.Plugins.ErrorLogging.Admin/Cofoundry.Plugins.ErrorLogging.Admin.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,21 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.2.0-beta0067" />
18+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.2.0-beta0073" />
1919
</ItemGroup>
2020

2121
<ItemGroup>
2222
<ProjectReference Include="..\Cofoundry.Plugins.ErrorLogging\Cofoundry.Plugins.ErrorLogging.csproj" />
2323
</ItemGroup>
2424

25+
<ItemGroup>
26+
<Compile Remove="Build\node_modules\**" />
27+
<EmbeddedResource Remove="Build\node_modules\**" />
28+
<None Remove="Build\node_modules\**" />
29+
</ItemGroup>
30+
31+
<ItemGroup>
32+
<EmbeddedResource Include="Plugins\Admin\Modules\*\Content\**\*.*;" />
33+
</ItemGroup>
34+
2535
</Project>

src/Cofoundry.Plugins.ErrorLogging/Cofoundry.Plugins.ErrorLogging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Cofoundry.Web" Version="0.2.0-beta0067" />
18+
<PackageReference Include="Cofoundry.Web" Version="0.2.0-beta0073" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)