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 859e3d3 commit 949e3f5Copy full SHA for 949e3f5
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 -rf 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