From 663898f80b72a696c9770e0e04e1795cb5da1130 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 3 Mar 2014 21:38:37 -0800 Subject: [PATCH] dev bundle: fork node-http-proxy to fix #1871 --- meteor | 2 +- scripts/generate-dev-bundle.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index 94e8ff06607..29fe3a330c7 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/bin/bash -BUNDLE_VERSION=0.3.32 +BUNDLE_VERSION=0.3.33 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index b1b16f1d459..942a092cafe 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -107,9 +107,11 @@ npm install kexec@0.2.0 npm install source-map@0.1.32 npm install source-map-support@0.2.5 npm install bcrypt@0.7.7 -npm install http-proxy@1.0.2 npm install heapdump@0.2.5 +# Fork of 1.0.2 with https://github.com/nodejitsu/node-http-proxy/pull/592 +npm install https://github.com/meteor/node-http-proxy/tarball/99f757251b42aeb5d26535a7363c96804ee057f0 + # Using the unreleased 1.1 branch. We can probably switch to a built NPM version # when it gets released. npm install https://github.com/ariya/esprima/tarball/5044b87f94fb802d9609f1426c838874ec2007b3