Tags: vitrum/meteor
Tags
Use a commit of node-mongo-native with a unique package.json version. Avoids confusing the npm cache.
Use a commit of node-mongo-native with a unique package.json version. Avoids confusing the npm cache.
Store runner.js in test-in-console as an asset; extract via env var. Allow packages to specify that files are assets, overriding any handler defined for them. (May be useful for web workers!) Let Assets.getBinary work before global-imports.js is executed.
"meteor rebuild-all" should not try to rebuild warehouse packages. That's because warehouse packages are now pre-built and have no source tree. (The existing code didn't work anyway. It iterated over self.releaseManifest instead of self.releaseManifest.packages, and the "name" and "version" arguments to the each were reversed. So it was trying to delete directories named ".build" inside "/Users/glasser/.meteor/packages/de0d7206ad/tools" and "/Users/glasser/.meteor/packages/packages". Since those directories never existed, it didn't manage to try to rebuild any packages anyway.)
Print error body if we get one from meteor mongo. This got lost when we refactored to have the same interface as deploy-galaxy.
PreviousNext