From aa8e465b4e3434898f0f61e6dfe521aca0ccacb3 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 22 Aug 2014 18:24:42 -0700 Subject: [PATCH] Shrink dev bundle by removing 10M phantom zip file The phantom install process downloads this zip file but doesn't clean it up. --- scripts/generate-dev-bundle.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index 9f31060dc0..ece37521ba 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -135,7 +135,10 @@ npm install tar@1.0.1 npm install kexec@0.2.0 npm install source-map@0.1.32 npm install browserstack-webdriver@2.41.1 + +# Clean up a big zip file it leaves behind. npm install phantomjs@1.8.1-1 +rm -rf node_modules/phantomjs/tmp # 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