Merge branch 'master' into develop

This commit is contained in:
Julian Lam
2017-01-17 10:46:14 -05:00
9 changed files with 120 additions and 55 deletions

View File

@@ -100,6 +100,9 @@
function (next) {
meta.configs.init(next);
},
function (next) {
db.initSessionStore(next);
},
function (next) {
meta.dependencies.check(next);
},