Skip to content

Commit

Permalink
Merge pull request #23 from peterblazejewicz/feat/22
Browse files Browse the repository at this point in the history
Embed themes as static web assets. Closes #22
  • Loading branch information
chanan authored Nov 1, 2019
2 parents 931ffcf + 61537ec commit ffa3747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BlazorPrettyCode/BlazorPrettyCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
<PackageReference Include="CSHTMLTokenizer" Version="0.8.1" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="content\**" Exclude="**\*.js;**\*.css" LogicalName="blazor:file:%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

</Project>

0 comments on commit ffa3747

Please sign in to comment.