Better fix for #5993 (#6034)

* Better fix for #5993

Also a nice newline so the line doesn't get overwritten when running `./nodebb upgrade`

* Optimizations for custom homepage

Move it into a separate module
This commit is contained in:
Peter Jaszkowiak
2017-11-04 08:51:44 -06:00
committed by Barış Soner Uşaklı
parent 9728b80c38
commit bbdc55cb3a
6 changed files with 125 additions and 91 deletions

2
nodebb
View File

@@ -466,7 +466,7 @@ var commands = {
next();
},
function (next) {
process.stdout.write('1. '.bold + 'Bringing base dependencies up to date... '.yellow);
process.stdout.write('1. '.bold + 'Bringing base dependencies up to date... \n'.yellow);
packageInstall.npmInstallProduction();
next();
},