-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat(manifests)!: add top-level manifests
folder + move Web App Manifest
#26109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like some occurrences of "manifest" were replaced with "manifests", that shouldn't have been replaced:
@Elchi3 @queengooborg Should this go into BCD 5.7 or 6.0? |
This should go in v6.0 because |
7eda070
to
daf203a
Compare
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one nit.
manifests/
folder + move html/manifest/
to manifests/webapp/
This pull request has merge conflicts that must be resolved before it can be merged. |
manifests/
folder + move html/manifest/
to manifests/webapp/
manifests
folder + move Web App Manifest
This PR introduces a top-level
manifests/
folder. This folder will eventually store more types of manifests; currently, it only holds thewebapp
manifests, which were moved fromhtml.manifest
.Fixes #18493.