Fall back to esbuild for css minify#26445
Merged
Merged
Conversation
delvh
approved these changes
Aug 10, 2023
lunny
approved these changes
Aug 11, 2023
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Aug 11, 2023
* upstream/main: Update upgrade documentation to add a check for deprecated configurations (go-gitea#26451) Fall back to esbuild for css minify (go-gitea#26445) Update JS dependencies (go-gitea#26449) Call git.InitSimple for runRepoSyncReleases (go-gitea#26396) Target specific OS for devcontainer base image (go-gitea#26422) Lock go to 1.21 on CI (go-gitea#26433) Always show usernames in reaction tooltips (go-gitea#26444) Fix incorrect redirection in new issue using references (go-gitea#26440) Fix the display of orgs listed in user profile (go-gitea#26424) minio: add missing region on client initialization (go-gitea#26412) Fix wrong middleware sequence (go-gitea#26428)
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #26439.
The minification result is not ideal with esbuild, but it's better than failing competely.