eolinker / goku_lite

A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
https://www.eolinker.com/product/api_gateway/
GNU General Public License v3.0
3.12k stars 603 forks source link

build/cmd/build-console.sh file path not exist #36

Closed jooyyy closed 4 years ago

jooyyy commented 4 years ago

build/cmd/build-console.sh:15

image

jooyyy commented 4 years ago

It seems that /static folder was ignored, causing a bash running failure.

Dot-Liu commented 4 years ago

image The path is shown in the figure

jooyyy commented 4 years ago

image The path is shown in the figure

The question is the code in build-console.sh line #15

cp -a ${BasePath}/app/console/static/* ${OUTPATH}/static/

while the "/static/" is ignore by .gitignore file.

Dot-Liu commented 4 years ago

Path static has been migrated to the build/console/resource directory in version 3.1.1,like this

image

This error can be ignored and will not affect normal use.