mirror of https://github.com/ouqiang/gocron
close #72 静态文件嵌入在Linux路径错误
parent
43c267784d
commit
c40ef9aaad
2
makefile
2
makefile
|
@ -46,7 +46,7 @@ package-all: build-vue statik
|
||||||
.PHONY: build-vue
|
.PHONY: build-vue
|
||||||
build-vue:
|
build-vue:
|
||||||
cd web/vue && yarn run build
|
cd web/vue && yarn run build
|
||||||
cp -r web/vue/dist/ web/public/
|
cp -r web/vue/dist/* web/public/
|
||||||
|
|
||||||
.PHONY: install-vue
|
.PHONY: install-vue
|
||||||
install-vue:
|
install-vue:
|
||||||
|
|
Loading…
Reference in New Issue