Skip to content

Commit

Permalink
Fixed static resources for package (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomás López <tlopez@facephi.com>
  • Loading branch information
CrahunGit and Tomás López authored Aug 27, 2021
1 parent 687bb03 commit d24a40d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Blazor.Analytics/Blazor.Analytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@
<TypeScriptCompile Include="**/*.ts" />
</ItemGroup>

<!-- WebAssembly Specific Configuration -->
<ItemGroup>
<EmbeddedResource Include="wwwroot\**\*.js" LogicalName="blazor:js:%(RecursiveDir)%(Filename)%(Extension)" />
<EmbeddedResource Include="wwwroot\**\*.css" LogicalName="blazor:css:%(RecursiveDir)%(Filename)%(Extension)" />
<EmbeddedResource Include="wwwroot\**" Exclude="**\*.js;**\*.css" LogicalName="blazor:file:%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<Content Update="tsconfig.json">
<Pack>false</Pack>
Expand Down

0 comments on commit d24a40d

Please sign in to comment.