-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FEATURE] manifest.json: Auto-fill supportedLocales #617
Conversation
a6e4365
to
1e8e203
Compare
1e8e203
to
309ccc7
Compare
d6907ba
to
2790970
Compare
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
lib/middleware/serveResources.js
Outdated
if (rManifest.test(resourcePath)) { | ||
// Special handling for manifest.json file by adding additional content to the served manifest.json | ||
const {default: manifestEnricher} = await import("@ui5/builder/processors/manifestEnricher"); | ||
await manifestEnricher({ |
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.
The processor modifies the resource (via setString), which can cause some inconsistent behaviour during development regarding caching, so we might need to disable etag caching for manifest.json. I need to check this again to understand when it exactly happens..
f3bd5eb
to
ebaad4d
Compare
4883586
to
3d426cc
Compare
3d426cc
to
f9b4585
Compare
f9b4585
to
b1a688c
Compare
b1a688c
to
08a3c28
Compare
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
ac1bb85
to
afc2fde
Compare
5808b24
to
f8621a3
Compare
JIRA: CPOUI5FOUNDATION-296
f8621a3
to
ba62e4d
Compare
JIRA: CPOUI5FOUNDATION-296 Depends on: - SAP/ui5-builder#957 - SAP/ui5-server#617
JIRA: CPOUI5FOUNDATION-296
Depends on: