Shrink dev bundle by removing 10M phantom zip file

The phantom install process downloads this zip file but doesn't clean it
up.
This commit is contained in:
David Glasser
2014-08-22 18:24:42 -07:00
parent 69b2618912
commit aa8e465b4e

View File

@@ -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