add option to customize the logo, favicon and add images.
This commit is contained in:
@@ -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.");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user