-
Notifications
You must be signed in to change notification settings - Fork 14
Followup on pruning unused files #23
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
Comments
The difference between the files uploaded by the current code in production and the files uploaded by the experimental code on dev is in this gist. To summarize (:green_square: intentional -- :orange_square: intentional but surprising -- :red_square: bug to fix):
|
Oh, wow, there is a reason why everything but |
The missing |
Did another run with the latest changes merged in, and the difference between the files uploaded by the current code in production and the files uploaded by the experimental code on dev is in this gist. To summarize (:green_square: intentional -- :orange_square: intentional but surprising -- :red_square: bug to fix):
|
The PR enabling this was just merged! |
I tried doing a nightly release on dev-static with #21 (pruning unused files) enabled, and the feature is definitely not ready to be enabled in production. This issue tracks the work needed to make it production ready.
The text was updated successfully, but these errors were encountered: