mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
New node (0.8.21+) throws an error when path.join is passed null. Connect 1.9.2's static.send (used by gzippo) does this if you don't pass a 'root' option. Passing root: '/' works around this, but we should consider fixing the underlying issue, possibly by upgrading connect.