close #72 静态文件嵌入在Linux路径错误

This commit is contained in:
ouqiang
2018-07-10 10:36:53 +08:00
parent 43c267784d
commit c40ef9aaad
+1 -1
View File
@@ -46,7 +46,7 @@ package-all: build-vue statik
.PHONY: build-vue
build-vue:
cd web/vue && yarn run build
cp -r web/vue/dist/ web/public/
cp -r web/vue/dist/* web/public/
.PHONY: install-vue
install-vue: