-
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] Replace uses of doc.url with _server.pathToUrl() #5591
Comments
Comment by njx To |
Comment by jasonsanjose Confirmed this fixes the issue with .js files and the out-of-sync status. #5317 also mentions this is broken for HTML-files from a user server. That bug still exists here. The offending code is in LiveDevelopment
|
Comment by jasonsanjose
|
Comment by njx Ah, I missed that other part of the bug. I'll look at your proposed fix. |
Comment by njx I added your fix and added a few unit tests to make sure the dirty dot does show up in the JS case and doesn't show up in the live HTML/CSS cases. I didn't add a test for the user-server-HTML case since I wasn't sure of a good way to do that, and it doesn't seem like as critical a case anyway. |
Comment by njx Ready for re-review. |
Comment by jasonsanjose Looks good. Merging. |
Issue by njx
Wednesday Nov 27, 2013 at 18:33 GMT
Originally opened as adobe/brackets#6126
For #5317.
doc.url
was an old field that used to get set on the document before we refactored the live dev server management in 1f6b5aa, but there were still a few places referencing it.njx included the following code: https://github.com/adobe/brackets/pull/6126/commits
The text was updated successfully, but these errors were encountered: