-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Fix live preview reload for documentSaved events #4791
Comments
Comment by jasonsanjose Updated with fix for #5222. |
Comment by gruehle I'm seeing a failure in the Live Development unit tests: "should reapply in-memory css changes after saving changes in html document". |
Comment by gruehle Initial review complete. |
Comment by gruehle
|
Comment by jasonsanjose
|
Comment by gruehle Everything is working well. It's too bad we need to wait 3 seconds for each of the tests that is expecting the page to not reload, but I can't think of an alternative. Merging. |
Issue by jasonsanjose
Friday Sep 13, 2013 at 17:03 GMT
Originally opened as adobe/brackets#5207
Fix for #5185. Instead of relying on
doc.url
, simply use theDocument.file.fullPath
and let the server provide the expected URL.jasonsanjose included the following code: https://github.com/adobe/brackets/pull/5207/commits
The text was updated successfully, but these errors were encountered: