File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -593,9 +593,9 @@ fomantic: $(FOMANTIC_DEST)
593
593
594
594
$(FOMANTIC_DEST ) : $(FOMANTIC_CONFIGS ) package-lock.json | node_modules
595
595
rm -rf $(FOMANTIC_DEST_DIR )
596
- cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
597
- cp -r web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
598
- cp web_src/fomantic/css.js node_modules/fomantic-ui/tasks/build/css.js
596
+ cp -f web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
597
+ cp -rf web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
598
+ cp -f web_src/fomantic/css.js node_modules/fomantic-ui/tasks/build/css.js
599
599
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
600
600
@touch $(FOMANTIC_DEST )
601
601
You can’t perform that action at this time.
0 commit comments