diff --git a/.gitignore b/.gitignore
index 90a103eca1..b5929cd12a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,8 +79,8 @@ coverage.all
/public/serviceworker.js
/public/css
/public/fonts
-/public/fomantic
/public/img/svg
+/web_src/fomantic/build
/VERSION
# Snapcraft
diff --git a/Makefile b/Makefile
index 37af184945..8da5c8fad1 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(G
GO_PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations/migration-test,$(filter-out code.gitea.io/gitea/integrations,$(shell $(GO) list -mod=vendor ./... | grep -v /vendor/)))
-WEBPACK_SOURCES := $(shell find web_src/js web_src/less -type f)
+WEBPACK_SOURCES := $(shell find web_src -type f)
WEBPACK_CONFIGS := webpack.config.js
WEBPACK_DEST := public/js/index.js public/css/index.css
WEBPACK_DEST_ENTRIES := public/js public/css public/fonts public/serviceworker.js public/img/svg
@@ -111,8 +111,8 @@ endif
GO_SOURCES_OWN := $(filter-out vendor/% %/bindata.go, $(GO_SOURCES))
FOMANTIC_CONFIGS := semantic.json web_src/fomantic/theme.config.less web_src/fomantic/_site/globals/site.variables
-FOMANTIC_DEST := public/fomantic/semantic.min.js public/fomantic/semantic.min.css
-FOMANTIC_DEST_DIR := public/fomantic
+FOMANTIC_DEST := web_src/fomantic/build/semantic.js web_src/fomantic/build/semantic.css
+FOMANTIC_DEST_DIR := web_src/fomantic/build
#To update swagger use: GO111MODULE=on go get -u github.com/go-swagger/go-swagger/cmd/swagger@v0.20.1
SWAGGER := $(GO) run -mod=vendor github.com/go-swagger/go-swagger/cmd/swagger
@@ -297,7 +297,7 @@ lint-frontend: node_modules
npx stylelint web_src/less
.PHONY: watch-frontend
-watch-frontend: node_modules
+watch-frontend: node-check $(FOMANTIC_DEST) node_modules
rm -rf $(WEBPACK_DEST_ENTRIES)
NODE_ENV=development npx webpack --hide-modules --display-entrypoints=false --watch --progress
@@ -590,7 +590,7 @@ npm-update: node-check | node_modules
.PHONY: fomantic
fomantic: $(FOMANTIC_DEST)
-$(FOMANTIC_DEST): $(FOMANTIC_CONFIGS) package-lock.json | node_modules
+$(FOMANTIC_DEST): $(FOMANTIC_CONFIGS) | node_modules
rm -rf $(FOMANTIC_DEST_DIR)
cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
cp -r web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
diff --git a/modules/public/public.go b/modules/public/public.go
index 8d027855c2..9532c9b366 100644
--- a/modules/public/public.go
+++ b/modules/public/public.go
@@ -33,7 +33,6 @@ type Options struct {
// KnownPublicEntries list all direct children in the `public` directory
var KnownPublicEntries = []string{
"css",
- "fomantic",
"img",
"js",
"serviceworker.js",
diff --git a/package-lock.json b/package-lock.json
index 13edbf798b..f43eeb0a1a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3458,6 +3458,15 @@
"resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz",
"integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q=="
},
+ "cssnano-webpack-plugin": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/cssnano-webpack-plugin/-/cssnano-webpack-plugin-1.0.3.tgz",
+ "integrity": "sha512-OkxkOR6WlTBdIbPObCTWuUuZCr3bDPYClm5gquo2LEkOCvM1mbI9MAUstqS2+u6pImnd2f6dNgmmcvVbmYJ7fg==",
+ "requires": {
+ "cssnano": "^4.1.10",
+ "webpack-sources": "^1.4.3"
+ }
+ },
"csso": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/csso/-/csso-4.0.3.tgz",
@@ -7897,15 +7906,6 @@
"integrity": "sha512-eYboRV94Vco725nKMlpkn3nV2+96p9c3gKXRsYqAJSswSENvBhN7n5L+uDhY58xQa0UukWsDMTGELzmD8Q+wTA==",
"dev": true
},
- "last-call-webpack-plugin": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz",
- "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==",
- "requires": {
- "lodash": "^4.17.5",
- "webpack-sources": "^1.1.0"
- }
- },
"last-run": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz",
@@ -9617,15 +9617,6 @@
"mimic-fn": "^1.0.0"
}
},
- "optimize-css-assets-webpack-plugin": {
- "version": "5.0.3",
- "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.3.tgz",
- "integrity": "sha512-q9fbvCRS6EYtUKKSwI87qm2IxlyJK5b4dygW1rKUBT6mMDhdG5e5bZT63v6tnJR9F9FB/H5a0HTmtw+laUBxKA==",
- "requires": {
- "cssnano": "^4.1.10",
- "last-call-webpack-plugin": "^3.0.0"
- }
- },
"optionator": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
@@ -10932,6 +10923,7 @@
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz",
"integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==",
+ "dev": true,
"requires": {
"postcss": "^7.0.26"
}
diff --git a/package.json b/package.json
index 862f16616a..3e656e9cfa 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"clipboard": "2.0.6",
"core-js": "3.6.5",
"css-loader": "3.5.3",
- "cssnano": "4.1.10",
+ "cssnano-webpack-plugin": "1.0.3",
"domino": "2.1.5",
"dropzone": "5.7.1",
"fast-glob": "3.2.2",
@@ -29,10 +29,8 @@
"mini-css-extract-plugin": "0.9.0",
"monaco-editor": "0.20.0",
"monaco-editor-webpack-plugin": "1.9.0",
- "optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
- "postcss-safe-parser": "4.0.2",
"svg-sprite-loader": "5.0.0",
"svgo": "1.3.2",
"svgo-loader": "2.2.1",
diff --git a/semantic.json b/semantic.json
index 0187b9c68f..a103afccb3 100644
--- a/semantic.json
+++ b/semantic.json
@@ -9,12 +9,12 @@
"themes": "src/themes/"
},
"output": {
- "packaged": "../../public/fomantic/",
- "uncompressed": "../../public/fomantic/components/",
- "compressed": "../../public/fomantic/components/",
- "themes": "../../public/fomantic/themes/"
+ "packaged": "../../web_src/fomantic/build/",
+ "uncompressed": "../../web_src/fomantic/build/components/",
+ "compressed": "../../web_src/fomantic/build/components/",
+ "themes": "../../web_src/fomantic/build/themes/"
},
- "clean": "../../public/fomantic/"
+ "clean": "../../web_src/fomantic/build/"
},
"permission": false,
"autoInstall": false,
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index 6570a6eaed..e7d8c46f88 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -11,8 +11,6 @@
{{template "custom/body_outer_post" .}}
{{template "base/footer_content" .}}
-
-
{{if .RequireSimpleMDE}}
@@ -23,9 +21,6 @@
{{end}}
-{{if .RequireMinicolors}}
-
-{{end}}
{{if .RequireU2F}}
{{end}}
@@ -34,8 +29,10 @@
{{end}}
{{end}}
-
+{{if .RequireMinicolors}}
+
+{{end}}
{{template "custom/footer" .}}