-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remote changes break LivePreview #25
Comments
It worked before... What issues have you noticed? |
It's kind of like remote changes are appended to the preview in the browser, instead of replacing them: http://imgur.com/rZ1x2f0 |
This is a regression, that used to work. I'll look into it. |
There's some weird issue with how Brackets handles change events that I can't pinpoint. The cause of the issue is just the Reloading works fine for now. |
Hi!
Brackets has a feature called LivePreview, which is basicly kind-of browser sync for html/js/css files.
That'd be great, if this extension worked with live preview.
Currently, there are some bugs when remoteChanges are applied to file when LivePreview is open.
While not optimal, the
livedev.reload()
onchange
inhandleRemoteChange
fixes it.Ofc, if there are better solutions for this that'd be great, but I guess that'd give
multihack-brackets
another big step into easy collaboration (or education purposes) between peers.The text was updated successfully, but these errors were encountered: