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

Commits on Feb 8, 2024

  1. fix: content type mapping of file extension with dots

    <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.
    sebthom committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f52c24f View commit details
    Browse the repository at this point in the history