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

Optimize build process #71

Open
fugasjunior opened this issue Jun 19, 2023 · 1 comment
Open

Optimize build process #71

fugasjunior opened this issue Jun 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fugasjunior
Copy link
Owner

  • When building Docker image, frontend app is recompiled even when no changes were made to it
  • App version is present in two different places, make it into a single source
  • Investigate large docker image size
@fugasjunior fugasjunior added the enhancement New feature or request label Jun 19, 2023
@fugasjunior fugasjunior self-assigned this Jun 19, 2023
@fugasjunior
Copy link
Owner Author

Build process has been optimized. The project now has two separate gradle modules, one for frontend and one for backend. If no changes are being done to the frontend code, all NPM tasks are skipped, significantly speeding up the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant