-
8000
-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Run vendor-mimes to update mime.types #8940
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
Conversation
application/vnd.ms-project mpp mpt | ||
application/vnd.ms-project mpt |
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.
.mpp
is being removed from the list.
Are we fine with this change in a minor version bump?
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.
I'm personally fine with it! We can always add it back in – I'd rather not over-optimize for backwards compatibility in this file for uncommon file types like .mpp
(Microsoft Project file?).
@jekyllbot: merge +minor |
Parker Moore: Run vendor-mimes to update mime.types (#8940) Merge pull request 8940
This is a 🙋 feature or enhancement.
Summary
We use (or have used in the past)
script/vendor-mimes
to vendor the MIME types we use forJekyll serve
. We pull down thedb.json
file fromjshttp/mime-db
and write out a comprehensivemime.types
file.I updated it to use
URI.open
(which no longer monkey-patchesKernel#open
), and then decided it'd be nice to sort the extnames.Context
#8938 and #8936 since I was thinking about trying to generate a Hash for charset-able types from db.json but couldn't get the script to run.