Skip to content

Commit

Permalink
remove custom task
Browse files Browse the repository at this point in the history
  • Loading branch information
lolochristen committed Aug 26, 2024
1 parent 5ada286 commit 514d06a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/OpenLayers.Blazor/OpenLayers.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<Target Name="CompressJS" BeforeTargets="Compile" Condition="$(Configuration)=='Release'">
<Exec Command="uglifyjs ./wwwroot/openlayers_interop.js -o ./wwwroot/openlayers_interop.min.js -c -m --source-map &quot;filename='./wwwroot/openlayers_interop.min.js.map'&quot;"/>
</Target>
</Project>

0 comments on commit 514d06a

Please sign in to comment.