-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert msbuild js compress task (#79)
* revert msbuild js compress task * remove custom task
- Loading branch information
1 parent
86476f0
commit 45d0472
Showing
7 changed files
with
7 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@REM compress js. | ||
@REM due to static web apps deployment task and issue in github actions support custom msbuild tasks, this has to be called manually until a proper solution is found | ||
@REM prerequisites: npm install uglify-js -g | ||
|
||
uglifyjs ./src/OpenLayers.Blazor/wwwroot/openlayers_interop.js -o ./src/OpenLayers.Blazor/wwwroot/openlayers_interop.min.js -c -m --source-map "filename='./src/OpenLayers.Blazor/wwwroot/openlayers_interop.min.js.map'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.