Merge branch 'master' into develop

This commit is contained in:
Julian Lam
2017-02-03 10:04:49 -05:00
67 changed files with 466 additions and 452 deletions

View File

@@ -143,7 +143,7 @@
nconf.set('theme_config', path.join(nconf.get('themes_path'), 'nodebb-theme-persona', 'theme.json'));
nconf.set('bcrypt_rounds', 1);
require('../../build').buildTargets(['js', 'clientCSS', 'acpCSS', 'tpl'], next);
require('../../build').buildAll(next);
},
function (next) {
var webserver = require('../../src/webserver');