-
Notifications
You must be signed in to change notification settings - Fork 187
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
"After compilation, the api.js file was not generated, and there is an api.js.tpl file instead, which prevents the system from functioning." #880
Comments
same question |
But you can rename it to api.js |
Hello, thank you for the report, i confirm this is bug, issue #71385 |
I just modified the deploy_server.py file by changing 'base.move_file' to 'base.copy_file' on line 117, and now the build works fine. |
It is a good solution! |
It works for me too |
Do you have another question like miss the Icons? |
I don't know which icons you are referring to, the icons on the top toolbar are not missing. But when I used version 7.2.1, I encountered the situation where the icons on the top toolbar disappeared after compiling. At that time, I manually copied the icons in the source file to the corresponding path.
I don't know if it's still valid now. |
Okay,Thank you. |
Description: After compiling the project, the expected api.js file was not created. Instead, an api.js.tpl file was generated, which is preventing the system from functioning correctly.
Steps to reproduce the problem:
Clone the repository and ensure you have the latest master of build_tools.
Run the compilation process.
Check the output directory for the presence of the api.js file.
build_tools base repo version:
Operating system: ubnutu20.4
Compiler version: 8.2.0
The text was updated successfully, but these errors were encountered: