Skip to content

Commit 949e3f5

Browse files
authored
Fix Fomatic Build (#13595)
Port of #13593 to 1.14
1 parent 859e3d3 commit 949e3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,8 @@ fomantic: $(FOMANTIC_DEST)
638638

639639
$(FOMANTIC_DEST): $(FOMANTIC_CONFIGS) | node_modules
640640
rm -rf $(FOMANTIC_DEST_DIR)
641-
cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
642-
cp -r web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
641+
cp -f web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
642+
cp -rf web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
643643
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
644644
@touch $(FOMANTIC_DEST)
645645

0 commit comments

Comments
 (0)