You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulls in #130 which adds a hook for modifying the HTTP server in dev directly. Just add a method to config/server.js named modifyHttpServer which takes the http server object as its only argument.
Fixes #122, preventing server config reload and causing the process to exit (sad!)
Pulls in #129, so that we don't blow up the version check when folks are using lineman via a Git URL