Nathan Bowser
Nathan Bowser
Devs have requested an update for connect 2.0. I updated the dependency. So far things are working with connect 2.0 without any code changes. I'll see if I run into...
I've updated the code to work with mongoose 3.0. The tests also needed to be fixed. I moved the project over from expresso to mocha.
1. Looks like metalpress-cli expects the metalpress config to be a json file, but your preMiddleware and postMiddleware blocks accept functions https://github.com/axisdefined/metalpress/blob/master/src/index.js#L203-L211. 2. This comment is wrong https://github.com/axisdefined/metalpress/blob/master/src/index.js#L151-L159 3. Should...
It would be nice if the dashboard could be mounted at other locations other than /. It looks like this isn't possible because of https://github.com/sensu/sensu-dashboard/blob/master/lib/sensu-dashboard/assets/javascripts/bootstrapper.coffee#L12 I can mount sensu in...