We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fca01 commit c6ab79eCopy full SHA for c6ab79e
Makefile
@@ -638,8 +638,8 @@ fomantic: $(FOMANTIC_DEST)
638
639
$(FOMANTIC_DEST): $(FOMANTIC_CONFIGS) | node_modules
640
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/
+ cp -f web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
+ cp -fr web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
643
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
644
@touch $(FOMANTIC_DEST)
645
0 commit comments