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

Fix file watching in pixlet serve #1068

Merged
merged 1 commit into from
May 2, 2024
Merged

Fix file watching in pixlet serve #1068

merged 1 commit into from
May 2, 2024

Conversation

rohansingh
Copy link
Member

File watching was not working when using pixlet serve for a file in the working directory, or for pixlet serve .. This was due to a bug in how we handle file paths in the watcher.

Fixes #1067.

File watching was not working when using `pixlet serve` for a file in
the working directory, or for `pixlet serve .`. This was due to a bug in
how we handle file paths in the watcher.

Fixes #1067.
@rohansingh rohansingh enabled auto-merge (squash) May 2, 2024 19:15
@rohansingh rohansingh merged commit e41032e into main May 2, 2024
7 checks passed
@rohansingh rohansingh deleted the rohan/fix-watcher branch May 2, 2024 19:20
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.

Version 0.32.5+ pixlet serve no longer will detect updates and reload website on file save
1 participant