Skip to content

Commit

Permalink
Use non-minified JS files to work around property renaming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
naschmitz committed Oct 14, 2024
1 parent f5af00d commit b87f39d
Show file tree
Hide file tree
Showing 8 changed files with 2,513 additions and 27 deletions.
555 changes: 551 additions & 4 deletions geemap/static/ipywidgets_styles.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion geemap/static/layer_manager.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

684 changes: 678 additions & 6 deletions geemap/static/layer_manager.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion geemap/static/layer_manager_row.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

712 changes: 703 additions & 9 deletions geemap/static/layer_manager_row.js

Large diffs are not rendered by default.

555 changes: 551 additions & 4 deletions geemap/static/material_styles.js

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion geemap/static/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "npm run build -- --sourcemap=inline --watch",
"build": "esbuild js/*.ts --minify --format=esm --bundle --outdir=geemap/static",
"build": "esbuild js/*.ts --format=esm --bundle --outdir=geemap/static",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit b87f39d

Please sign in to comment.