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

chore: support live reload in dev #4586

Merged
merged 4 commits into from
Feb 8, 2025
Merged

chore: support live reload in dev #4586

merged 4 commits into from
Feb 8, 2025

Conversation

techfg
Copy link
Collaborator

@techfg techfg commented Feb 8, 2025

What does this PR do?

Adds support for live reload in development (UESIO_DEV=true).

Running npm run watch-dev will monitor all changes to platform and all of its dependencies and restart platform process (if platform itself changed) and/or rebuild dependencies and then reload browser.

See README.md and docs/live-reload.md for full details

Demo: https://app.screencast.com/ugmKgkOsDPzwc

Testing

Manual testing of changing various file and file types to ensure everything rebuilds/restarts.

@techfg techfg requested a review from humandad February 8, 2025 06:10
@techfg techfg self-assigned this Feb 8, 2025
@humandad humandad merged commit 611d151 into main Feb 8, 2025
5 checks passed
@humandad humandad deleted the chore/add-live-reload branch February 8, 2025 21:23
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

Successfully merging this pull request may close these issues.

2 participants