forked from MapComplete/MapComplete
Add script to create single-theme builds
This commit is contained in:
parent
92b341aa5d
commit
bf71bb0393
4 changed files with 97 additions and 1 deletions
|
@ -630,7 +630,7 @@ class GenerateLayouts extends Script {
|
|||
const layout = new LayoutConfig(layoutConfigJson, true)
|
||||
const layoutName = layout.id
|
||||
if (blacklist.indexOf(layoutName.toLowerCase()) >= 0) {
|
||||
console.log(`Skipping a layout with name${layoutName}, it is on the blacklist`)
|
||||
console.log(`Skipping a layout with name ${layoutName}, it is on the blacklist`)
|
||||
continue
|
||||
}
|
||||
const err = (err) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue