-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Patch fomantic-ui to workaround build issue #11244
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
Better workaround than go-gitea#10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: go-gitea#11243 Fixes: go-gitea#10679
I disabled git line ending normalization on the patch because Fomantic-UI's file has CRLF:
|
2c46101
to
8256f58
Compare
|
Co-Authored-By: Sorien <[email protected]>
CI fail is unrelated, I'm restarting the CI task. |
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.
Minor nit re: new line
Make lg-tm work |
* Patch fomantic-ui to workaround build issue Better workaround than go-gitea#10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Fixes: go-gitea#11243 Fixes: go-gitea#10679 * copy instead of patch * update package-lock.json * Update Makefile Co-Authored-By: Sorien <[email protected]> * Update web_src/fomantic/css.js Co-Authored-By: zeripath <[email protected]> Co-authored-by: Sorien <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: guillep2k <[email protected]>
Better workaround than #10653 for fomantic/Fomantic-UI#1356. It does not seem like we're getting a new Fomantic-UI release anytime soon, so this patches it after node_modules installation. Patch source is from here.
Fixes: #11243
Fixes: #10679