Skip to content

Commit

Permalink
Merge pull request #605 from unoplatform/mergify/bp/release/stable/7.…
Browse files Browse the repository at this point in the history
…0/pr-604

fix: Add additional compressed extensions (backport #604)
  • Loading branch information
jeromelaban authored Nov 3, 2022
2 parents 5143ed8 + 7c7900f commit 55a871e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,12 @@
<WasmShellCompressedExtension Include=".wasm"/>
<WasmShellCompressedExtension Include="$(WasmShellAssembliesExtension)"/>
<WasmShellCompressedExtension Include=".js"/>
<WasmShellCompressedExtension Include=".json"/>
<WasmShellCompressedExtension Include=".css"/>
<WasmShellCompressedExtension Include=".html"/>
<WasmShellCompressedExtension Include=".dat"/>
<WasmShellCompressedExtension Include=".ttf"/>
<WasmShellCompressedExtension Include=".txt"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 55a871e

Please sign in to comment.