Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgoz authored Apr 8, 2024
1 parent 094c33d commit 86897a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dotnet tool install zorgoz.PreCompress
After installing as tool, you can add this to you `.csproj` file as a post-publish step.
```
<Target Name="PreCompress" AfterTargets="Publish">
<Exec Command="dotnet tool run precompress -i $(PublishDir)wwwroot\_framework\ -p \.(dll|js|json|wasm|blat)$"></Exec>
<Exec Command="dotnet tool run precompress -i $(PublishDir)wwwroot\_framework\ -p &quot;\.(dll|js|json|wasm|blat)$&quot;"></Exec>
</Target>
```

Expand Down

0 comments on commit 86897a3

Please sign in to comment.