From 466e6b5fe3a506924882ff55fa2ba681eddefefa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Dec 2012 22:53:04 -0500 Subject: [PATCH] cleanup --- bin/compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 21db8fb..b7b05fd 100755 --- a/bin/compile +++ b/bin/compile @@ -66,7 +66,6 @@ source $BIN_DIR/utils # Directory Hacks for path consistiency. APP_DIR='/app' TMP_APP_DIR=$CACHE_DIR/tmp_app_dir -ls -a $APP_DIR # Copy Anvil app dir to temporary storage... mkdir -p $TMP_APP_DIR @@ -192,7 +191,7 @@ fi # Install dependencies with Pip. puts-step "Installing dependencies using pip ($(pip --version | awk '{print $2}'))" -# pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | cleanup | indent +pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | cleanup | indent # Django collectstatic support. source $BIN_DIR/steps/collectstatic