From 87cf6073dc54e45fe158c2df4cce688a94aeebab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Sun, 18 Dec 2016 13:58:22 -0500 Subject: [PATCH] add note about /app/.heroku/src --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 7ad089dc..af47b6f0 100755 --- a/bin/compile +++ b/bin/compile @@ -152,6 +152,7 @@ if [[ $BUILD_DIR != '/app' ]]; then ln -s $BUILD_DIR/.heroku/python /app/.heroku/python ln -s $BUILD_DIR/.heroku/vendor /app/.heroku/vendor ln -s $BUILD_DIR/.heroku/venv /app/.heroku/venv + # NOTE: /app/.heroku/src also exists, but is copied manually later. fi # Install Python. -- GitLab