add option to customize the logo, favicon and add images.

This commit is contained in:
dennis.ludwig
2021-06-14 13:44:17 +02:00
parent 144d5f621c
commit 897bd5a084
11 changed files with 39 additions and 35 deletions

View File

@@ -63,6 +63,7 @@ var buildTemplate = function () {
if (fs.existsSync(paths.appRdJson)) {
buildTemplate().then(function () {
fs.copySync(paths.templateBuild, paths.appBuild);
fs.copySync(paths.appPublic, paths.appBuild);
console.log(paths.appBuild + " was created and can be deployed.");
});
}