Selaa lähdekoodia

Fix Fomatic Build (#13596)

Port of #13593 to 1.13
tags/v1.13.0
silverwind 3 vuotta sitten
vanhempi
commit
c6ab79ee3c
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Näytä tiedosto

@@ -638,8 +638,8 @@ fomantic: $(FOMANTIC_DEST)

$(FOMANTIC_DEST): $(FOMANTIC_CONFIGS) | node_modules
rm -rf $(FOMANTIC_DEST_DIR)
cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
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/
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
@touch $(FOMANTIC_DEST)


Loading…
Peruuta
Tallenna