Some further improvements to the mapcomplete-changes theme

This commit is contained in:
Pieter Vander Vennet 2022-01-16 02:45:07 +01:00
parent 2e2a6965e7
commit 68c338e764
6 changed files with 492 additions and 28 deletions

View file

@ -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 {