Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Don't reparse HTML files on save #5282

Merged
merged 1 commit into from
Sep 20, 2013
Merged

Don't reparse HTML files on save #5282

merged 1 commit into from
Sep 20, 2013

Conversation

njx
Copy link

@njx njx commented Sep 20, 2013

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).

@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.

gruehle added a commit that referenced this pull request Sep 20, 2013
Don't reparse HTML files on save
@gruehle gruehle merged commit dd28c6a into sprint-31-hotfix Sep 20, 2013
@gruehle gruehle deleted the nj/issue-5279 branch September 20, 2013 22:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants