Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jooyyy opened this issue Nov 19, 2019 · 4 comments
Closed

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

jooyyy opened this issue Nov 19, 2019 · 4 comments

Comments

@jooyyy
Copy link

jooyyy commented Nov 19, 2019

build/cmd/build-console.sh:15

image

@jooyyy
Copy link
Author

jooyyy commented Nov 19, 2019

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

@Dot-Liu
Copy link
Contributor

Dot-Liu commented Nov 19, 2019

image
The path is shown in the figure

@jooyyy
Copy link
Author

jooyyy commented Nov 19, 2019

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
Copy link
Contributor

Dot-Liu commented Nov 19, 2019

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.

@jooyyy jooyyy closed this as completed Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants