mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Docs fixes
- fix error if _data dir exists - add _data dir to cleaning - add some more to widget creation doc
This commit is contained in:
@ -26,7 +26,7 @@ const execPromise = util.promisify(exec);
|
||||
let childProcess;
|
||||
let buildResults;
|
||||
|
||||
const bundleDirectories = [outdir];
|
||||
const bundleDirectories = [outdir, 'doc/etemplate2/_data'];
|
||||
let packageData = JSON.parse(readFileSync(path.join(process.cwd(), 'package.json'), 'utf-8'));
|
||||
const egwVersion = JSON.stringify(packageData.version.toString());
|
||||
|
||||
|
Reference in New Issue
Block a user