-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup on aisle vendor
#157
Comments
Related to this, what is the goal of building in user home directory ? I understand composer use |
See ThePHPF/pie-design#26 - TLDR, it will help us to auto-upgrade extension in the future, e.g. just running |
I understand the need to store some metadata (pie.json), but not the build |
That is just how Composer works - you give it the path to |
After discussing with @derickr a bit, everything in the PIE working directory
vendor
exceptvendor/composer/installed.json
is mostly just taking up space. It isn't used as a cache for subsequent (re)installs, so it is just taking up space.Apparently Datadog ext is very large, so this could become problematic if we don't clean up. I imagine some kind of post install cleanup step can run that removes
vendor/*
(exceptvendor/composer
), could work, although I need to investigate viability and impact.The text was updated successfully, but these errors were encountered: