Node from the bottom up
Needs the global.appRoot
variable defined to the root of the project
Gets a resource file
const namespace = require('path/to/namespace folder')
namespace.get('middleware', 'MyMiddleware')
Gets the path to a resource file
const namespace = require('path/to/namespace folder')
namespace.getPath('views.partials', 'master.pug')