We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NB: Feature requests will only be considered if they solve a pain
If a developer appends to an app, then publishes the app, their appended files will no longer be available in the app.
Confusing developer experience. A developer will not expect their uploads to disappear when they publish.
Make the publish command aware of the uploads directory to preserve it.
As a rough sketch:
uploads
There are likely more details to consider. For example, what happens when an app has an uploads directory locally.
The text was updated successfully, but these errors were encountered:
@bgins we should talk about this in more detail. I actually think that this breaks user expectation.
Sorry, something went wrong.
No branches or pull requests
NB: Feature requests will only be considered if they solve a pain
Summary
Problem
If a developer appends to an app, then publishes the app, their appended files will no longer be available in the app.
Impact
Confusing developer experience. A developer will not expect their uploads to disappear when they publish.
Solution
Make the publish command aware of the uploads directory to preserve it.
As a rough sketch:
uploads
directory back into the appThere are likely more details to consider. For example, what happens when an app has an uploads directory locally.
The text was updated successfully, but these errors were encountered: