Fix ui build in Makefile
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
This commit is contained in:
parent
41965ca076
commit
070bac6314
3 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -18,8 +18,10 @@ lint:
|
||||||
clean:
|
clean:
|
||||||
rm -f cacert-boardvoting
|
rm -f cacert-boardvoting
|
||||||
|
|
||||||
ui: ${UIFILES}
|
ui/static/semantic.min.css: ${UIFILES}
|
||||||
npm install
|
npm install
|
||||||
cd node_modules/fomantic-ui ; npx gulp build
|
cd node_modules/fomantic-ui ; npx gulp build
|
||||||
|
|
||||||
|
ui: ui/static/semantic.min.css
|
||||||
|
|
||||||
.PHONY: clean all ui test lint
|
.PHONY: clean all ui test lint
|
0
ui/static/semantic.css
Executable file → Normal file
0
ui/static/semantic.css
Executable file → Normal file
0
ui/static/semantic.min.css
vendored
Executable file → Normal file
0
ui/static/semantic.min.css
vendored
Executable file → Normal file
Loading…
Reference in a new issue