diff --git a/bin/compile b/bin/compile
index dcd599142a72bbbf6b05cc0c0cf3ca6e1e8f3d86..be26cc88790d8c8c21da0a4889a52121d2005bb6 100755
--- a/bin/compile
+++ b/bin/compile
@@ -142,6 +142,11 @@ bpwatch start restore_cache
   cp -R $CACHE_DIR/.heroku/vendor .heroku/ &> /dev/null || true
   cp -R $CACHE_DIR/.heroku/venv .heroku/ &> /dev/null || true
 
+  if [[ -d $CACHE_DIR/.heroku/src ]]; then
+    cp -R $CACHE_DIR/.heroku/src .heroku/ &> /dev/null || true
+  fi
+
+
 bpwatch stop restore_cache
 
 mkdir -p $(dirname $PROFILE_PATH)