You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back when we wanted to reload HTML files in the browser on save, it made sense to fully rescan/reparse the document on save, since we were going to serve up a new version of the instrumented HTML. However, now that we no longer reload the HTML file, we don't want to reparse the doc, because that will generate new IDs which won't be reflected in the browser (since the browser will never request the reinstrumented HTML).
@gruehle
This is a pull request into the sprint-31-hotfix branch since we need to re-roll the official sprint 31 build. We will also merge that branch into master later.
Friday Sep 20, 2013 at 22:24 GMT
Originally opened as adobe/brackets#5282
For #5279.
Back when we wanted to reload HTML files in the browser on save, it made sense to fully rescan/reparse the document on save, since we were going to serve up a new version of the instrumented HTML. However, now that we no longer reload the HTML file, we don't want to reparse the doc, because that will generate new IDs which won't be reflected in the browser (since the browser will never request the reinstrumented HTML).
@
gruehleThis is a pull request into the sprint-31-hotfix branch since we need to re-roll the official sprint 31 build. We will also merge that branch into master later.
njx included the following code: https://github.com/adobe/brackets/pull/5282/commits
The text was updated successfully, but these errors were encountered: