-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Derive MIME types for PHP served files from shared JSON (#1360)
## What is this PR doing? This PR eliminates duplication in the code base where we maintained separate MIME type mappings for PHPRequestHandler and for files served via PHP on WP Cloud. Related to #1197 ## How is the problem addressed? This PR generates `mime-types.php` from shared JSON when deploying the website to WP Cloud. ## Testing Instructions - Temporarily adjust WP Cloud deploy workflow to be tested under this PR - Confirm the workflow completes without error and that playground-dot-wordpress-dot-net.atomicsites.blog loads properly
- Loading branch information
1 parent
0d37d79
commit ceefa58
Showing
5 changed files
with
49 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.