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

Only compile frontend when needed. #2470

Open
OscarMrZ opened this issue Mar 29, 2024 · 2 comments
Open

Only compile frontend when needed. #2470

OscarMrZ opened this issue Mar 29, 2024 · 2 comments

Comments

@OscarMrZ
Copy link
Collaborator

Currently, the developing script always recompiles the REACT frontend. A mechanism should be implemented to only do this when there are changes in the files.

@vaishnavimulik25
Copy link

Hi @OscarMrZ , I am interested in working on this issue.

@vaishnavimulik25
Copy link

Hi @OscarMrZ, I came up with a solution on this issue which compares the checksum of the directory with its previous state within the script itself then decides whether to compile frontend or not. In 2466 changes can be seen. Thanks for asking in 2466.

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