Skip to content

Commit

Permalink
Merge pull request #9503 from camptocamp/gsngeo-20-remove-unused-code
Browse files Browse the repository at this point in the history
Remove unused code
  • Loading branch information
ger-benjamin authored Oct 8, 2024
2 parents 41a4a1f + 245b4de commit 188f577
Show file tree
Hide file tree
Showing 42 changed files with 17 additions and 4,186 deletions.
5 changes: 0 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@
groupName: 'CI dependencies',
automerge: true,
},
/** Disable ol-cesium updates */
{
enabled: false,
matchDepNames: ['ol-cesium'],
},
/** Packages published very recently are not pushed to stabilization branches for security reasons */
{
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ make serve-ngeo
Use the _ONE_EXAMPLE_ environment variable to build (and rebuild on each change) only one example.

```
ONE_EXAMPLE=offline make serve-ngeo
ONE_EXAMPLE=simple make serve-ngeo
```

The ngeo examples are now available on your https://localhost:3000/examples/.
Expand Down
1 change: 0 additions & 1 deletion buildtools/extract-ngeo-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ all_required_js = {a for a in all_required_js if not a.startswith("./")}
all_required_js = {a for a in all_required_js if not a.startswith("ngeo/")}
all_required_js = {a for a in all_required_js if not a.startswith("gmf/")}
all_required_js = {a for a in all_required_js if not a.startswith("gmfapi/")}
all_required_js = {a for a in all_required_js if not a.startswith("olcs/")}
all_required_js = {a for a in all_required_js if not a.startswith("jsts/")}
all_required_js = {a for a in all_required_js if not a.startswith("mapillary-js/")}
all_required_js = {
Expand Down
Loading

0 comments on commit 188f577

Please sign in to comment.