1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-21 08:08:14 +00:00

Use npm to manage fomantic and only build needed components (#9561)

* Use npm to manage fomantic

* Only build needed semantic components

* Fix make

* Don't import fonts from google sites since we have loaded

* [misc] devendor fomantic-ui and rebuild upon src or config changes only

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>

* Change sort alphabetically of semantic components

* Fix trailing slash

* fix makefile

* Remove dependency to gulp from package.json

* Fix something

* Simplife the makefile

* add missed fomantic compnent

Co-authored-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
Lunny Xiao
2020-01-21 13:17:58 +08:00
committed by GitHub
parent e7322a1138
commit 5cf241b312
43 changed files with 5614 additions and 108664 deletions

View File

@@ -5,6 +5,7 @@
"node": ">=10"
},
"dependencies": {
"fomantic-ui": "2.8.3",
"swagger-ui": "3.24.3",
"vue-bar-graph": "1.2.0"
},