Add script to create single-theme builds

This commit is contained in:
Pieter Vander Vennet 2024-07-14 04:17:22 +02:00
parent 92b341aa5d
commit bf71bb0393
4 changed files with 97 additions and 1 deletions

View file

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