diff --git a/bin/compile b/bin/compile
index 3f0ed772e9ab004fe88644dd6f2a511b9551b763..791b0537b2074bfbd132096be16fd0dc26ac17eb 100755
--- a/bin/compile
+++ b/bin/compile
@@ -56,6 +56,8 @@ ls
 
 echo '-------------'
 ls /app/tmp/repo.git/.cache/
+ls /app/tmp/repo.git/
+ls /app/.pip/
 
 # Create virtualenv. Rebuild if corrupt.
 set +e
@@ -95,6 +97,8 @@ fi
 echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
 pip install --use-mirrors -r requirements.txt | indent
 
+pip install django-staticfiles==dev
+
 # Django support.
 if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
   source $BIN_DIR/steps/django