Merge latest master
This commit is contained in:
commit
c693faea95
249 changed files with 8610 additions and 2657 deletions
|
@ -270,7 +270,7 @@ for (const layoutName in all) {
|
|||
};
|
||||
const layout = all[layoutName];
|
||||
validate(layout)
|
||||
const manif = JSON.stringify(createManifest(layout, "/MapComplete"));
|
||||
const manif = JSON.stringify(createManifest(layout, ""));
|
||||
|
||||
const manifestLocation = encodeURIComponent(layout.id.toLowerCase()) + ".webmanifest";
|
||||
writeFile(manifestLocation, manif, err);
|
||||
|
@ -281,7 +281,7 @@ for (const layoutName in all) {
|
|||
wikiPage += "\n"+generateWikiEntry(layout);
|
||||
}
|
||||
|
||||
wikiPage += "|}"
|
||||
wikiPage += "\n|}"
|
||||
|
||||
writeFile(generatedDir + "/wikiIndex", wikiPage, (err) => {
|
||||
if (err !== null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue