Skip to content

Commit 3affe95

Browse files
Update fomantic-ui to 2.8.5 (#11736)
Update to [2.8.5](https://github.com/fomantic/Fomantic-UI/releases/tag/2.8.5) and remove the workaround for the CSS build race condition. Co-authored-by: techknowlogick <[email protected]>
1 parent a3b185d commit 3affe95

File tree

5 files changed

+79
-309
lines changed

5 files changed

+79
-309
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ endif
107107

108108
GO_SOURCES_OWN := $(filter-out vendor/% %/bindata.go, $(GO_SOURCES))
109109

110-
FOMANTIC_CONFIGS := semantic.json web_src/fomantic/theme.config.less web_src/fomantic/_site/globals/site.variables web_src/fomantic/css.js
110+
FOMANTIC_CONFIGS := semantic.json web_src/fomantic/theme.config.less web_src/fomantic/_site/globals/site.variables
111111
FOMANTIC_DEST := public/fomantic/semantic.min.js public/fomantic/semantic.min.css
112112
FOMANTIC_DEST_DIR := public/fomantic
113113

@@ -591,7 +591,6 @@ $(FOMANTIC_DEST): $(FOMANTIC_CONFIGS) package-lock.json | node_modules
591591
rm -rf $(FOMANTIC_DEST_DIR)
592592
cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
593593
cp -r web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
594-
cp web_src/fomantic/css.js node_modules/fomantic-ui/tasks/build/css.js
595594
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
596595
@touch $(FOMANTIC_DEST)
597596

package-lock.json

Lines changed: 76 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dropzone": "5.7.0",
2121
"fast-glob": "3.2.2",
2222
"file-loader": "6.0.0",
23-
"fomantic-ui": "2.8.4",
23+
"fomantic-ui": "2.8.5",
2424
"highlight.js": "10.0.3",
2525
"imports-loader": "0.8.0",
2626
"jquery": "3.5.1",

semantic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.8.4",
2+
"version": "2.8.5",
33
"base": "node_modules/fomantic-ui",
44
"paths": {
55
"source": {

0 commit comments

Comments
 (0)