Skip to content
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

fix: content type mapping of file extension with dots #689

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

sebthom
Copy link
Member

@sebthom sebthom commented Feb 8, 2024

<content-type file-extension="..."> cannot handle file extension that contain a dot, e.g. "css.map" or "eslintrc.json".

This commit changes the langpack updater so that such file extensions are converted to glob patterns like "*.css.map" and registered via <content-type file-pattern="..."> instead.

<content-type file-extension="..."> cannot handle file extension that
contain a dot, e.g. "css.map" or "eslintrc.json".

This commit changes the langpack updater so that such file extensions
are converted to glob patterns like "*.css.map" and registered via
<content-type file-pattern="..."> instead.
@github-actions github-actions bot added the bug label Feb 8, 2024
@sebthom sebthom merged commit 945f958 into eclipse:main Feb 8, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant