work-in-progress commit to get cluster module working with loader.js

This commit is contained in:
Julian Lam
2014-09-03 01:24:26 -04:00
parent e6d0eede4f
commit 58a73b52b5
4 changed files with 148 additions and 103 deletions

View File

@@ -198,13 +198,6 @@ module.exports = function(app, middleware) {
// Add plugin routes
plugins.reloadRoutes();
// plugins.ready(function() {
// plugins.fireHook('static:app.load', pluginRouter, middleware, controllers, function() {
// });
// });
};
function handleErrors(err, req, res, next) {