mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Doc: Make sure _data directory is present
This commit is contained in:
parent
1396ba6fd4
commit
441bc8ad00
@ -25,6 +25,7 @@ const allComponents = getAllComponents();
|
||||
let hasBuiltSearchIndex = false;
|
||||
|
||||
// Write component data to file, 11ty will pick it up and create pages - the name & location are important
|
||||
fs.mkdirSync("_data");
|
||||
fs.writeFileSync("_data/components.json", JSON.stringify(allComponents));
|
||||
|
||||
// Put it here too, since addPassthroughCopy() ignores it
|
||||
|
Loading…
Reference in New Issue
Block a user