socket.io/categories tests

This commit is contained in:
barisusakli
2016-11-21 13:47:34 +03:00
parent 6acc79ec07
commit db14c29e41
5 changed files with 134 additions and 15 deletions

View File

@@ -129,7 +129,7 @@
nconf.set('base_templates_path', path.join(nconf.get('themes_path'), 'nodebb-theme-persona/templates'));
nconf.set('theme_templates_path', meta.config['theme:templates'] ? path.join(nconf.get('themes_path'), meta.config['theme:id'], meta.config['theme:templates']) : nconf.get('base_templates_path'));
nconf.set('theme_config', path.join(nconf.get('themes_path'), 'nodebb-theme-persona', 'theme.json'));
nconf.set('bcrypt_rounds', 6);
nconf.set('bcrypt_rounds', 4);
require('../../build').buildTargets(['js', 'clientCSS', 'acpCSS', 'tpl'], next);
},