File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -480,18 +480,10 @@ $(JS_DEST): node_modules $(JS_SOURCES)
480
480
npx webpack
481
481
482
482
.PHONY : fomantic
483
- fomantic : $(FOMANTIC_DEST_DIR )
484
- node_modules/fomantic-ui/src : node-check node_modules
485
-
486
- # TODO(das7pad): replace with resolve.alias when building fomantic with webpack
487
- node_modules/fomantic-ui/src/theme.config : node_modules/fomantic-ui/src
488
- node_modules/fomantic-ui/src/theme.config : web_src/fomantic/theme.config.less
489
- ifeq (,$(wildcard $@ ) )
490
- cp $< $@
491
- endif
483
+ fomantic : node-check $(FOMANTIC_DEST_DIR )
492
484
493
- $(FOMANTIC_DEST_DIR ) : node_modules/fomantic-ui/src
494
- $( FOMANTIC_DEST_DIR ) : node_modules/fomantic-ui/src/theme.config
485
+ $(FOMANTIC_DEST_DIR ) : node_modules semantic.json web_src /fomantic/theme.config.less
486
+ cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
495
487
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
496
488
497
489
.PHONY : css
You can’t perform that action at this time.
0 commit comments