diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2025-03-11 12:44:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-11 12:44:52 +0800 |
commit | 608ccc32e590b57b2147e95d6d6aca4e135929fc (patch) | |
tree | dce9d206b31d8b7584021b66fa1a1f15667322c8 /.dockerignore | |
parent | a92d5f65ce14f1f8d5e9a45f3c356a760c167e45 (diff) | |
download | gitea-608ccc32e590b57b2147e95d6d6aca4e135929fc.tar.gz gitea-608ccc32e590b57b2147e95d6d6aca4e135929fc.zip |
Drop fomantic build (#33845)
We would never update or build fomantic again, we have forked it as a
private library long time ago.
So just put the JS and CSS files in "fomantic/build" into git. And use
"import" to use them.
Remove "form.js", rewrite "tab" component.
All source code is from official Fomantic UI build. Will apply patches
in separate PRs.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.dockerignore b/.dockerignore index b696e1603c..37525e02ae 100644 --- a/.dockerignore +++ b/.dockerignore @@ -79,18 +79,7 @@ cpu.out /public/assets/fonts /public/assets/img/avatar /vendor -/web_src/fomantic/node_modules -/web_src/fomantic/build/* -!/web_src/fomantic/build/semantic.js -!/web_src/fomantic/build/semantic.css -!/web_src/fomantic/build/themes -/web_src/fomantic/build/themes/* -!/web_src/fomantic/build/themes/default -/web_src/fomantic/build/themes/default/assets/* -!/web_src/fomantic/build/themes/default/assets/fonts -/web_src/fomantic/build/themes/default/assets/fonts/* -!/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2 -!/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 +/web_src/fomantic /VERSION /.air /.go-licenses |