Merge remote-tracking branch 'origin/master' into webserver.js-refactor

Conflicts:
	app.js
	public/templates/category.tpl
	public/templates/popular.tpl
	public/templates/recent.tpl
	public/templates/unread.tpl
	src/routes/plugins.js
	src/webserver.js
This commit is contained in:
psychobunny
2014-03-09 16:07:34 -04:00
19 changed files with 460 additions and 102 deletions

View File

@@ -95,4 +95,5 @@ if(nconf.get('ssl')) {
winston.info('NodeBB Ready');
});
};
}(WebServer));