forked from MapComplete/MapComplete
Some further improvements to the mapcomplete-changes theme
This commit is contained in:
parent
2e2a6965e7
commit
68c338e764
6 changed files with 492 additions and 28 deletions
|
@ -121,7 +121,7 @@ export default class ScriptUtils {
|
|||
|
||||
public static getThemeFiles(): { parsed: LayoutConfigJson, path: string }[] {
|
||||
return ScriptUtils.readDirRecSync("./assets/themes")
|
||||
.filter(path => path.endsWith(".json"))
|
||||
.filter(path => path.endsWith(".json") && !path.endsWith(".proto.json"))
|
||||
.filter(path => path.indexOf("license_info.json") < 0)
|
||||
.map(path => {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue