diff --git a/bin/compile b/bin/compile index 82a05edd934873f218970ba89750e6ed4a5ecf2f..dcd599142a72bbbf6b05cc0c0cf3ca6e1e8f3d86 100755 --- a/bin/compile +++ b/bin/compile @@ -221,6 +221,7 @@ bpwatch start dump_cache rm -rf $CACHE_DIR/.heroku/python-stack rm -rf $CACHE_DIR/.heroku/vendor rm -rf $CACHE_DIR/.heroku/venv + rm -rf $CACHE_DIR/.heroku/src mkdir -p $CACHE_DIR/.heroku cp -R .heroku/python $CACHE_DIR/.heroku/ @@ -228,6 +229,7 @@ bpwatch start dump_cache cp -R .heroku/python-stack $CACHE_DIR/.heroku/ &> /dev/null || true cp -R .heroku/vendor $CACHE_DIR/.heroku/ &> /dev/null || true cp -R .heroku/venv $CACHE_DIR/.heroku/ &> /dev/null || true + cp -R .heroku/src $CACHE_DIR/.heroku/ &> /dev/null || true bpwatch stop dump_cache