Skip to content

Commit b64978d

Browse files
authored
Fully remove fomantic-ui from frontend build dependencies (#13340)
Followup to #13332. Turns out I missed this dependency which resulted in fomantic-ui being uselessly rebuild on CI. This fully removes it from the chain so it's not attempted to be build as part of the main build process.
1 parent 0086279 commit b64978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ FOMANTIC_CONFIGS := semantic.json web_src/fomantic/theme.config.less web_src/fom
9494
FOMANTIC_DEST := web_src/fomantic/build/semantic.js web_src/fomantic/build/semantic.css
9595
FOMANTIC_DEST_DIR := web_src/fomantic/build
9696

97-
WEBPACK_SOURCES := $(shell find web_src/js web_src/less -type f) $(FOMANTIC_DEST)
97+
WEBPACK_SOURCES := $(shell find web_src/js web_src/less -type f)
9898
WEBPACK_CONFIGS := webpack.config.js
9999
WEBPACK_DEST := public/js/index.js public/css/index.css
100100
WEBPACK_DEST_ENTRIES := public/js public/css public/fonts public/img/webpack public/serviceworker.js

0 commit comments

Comments
 (0)