Skip to content
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] Don't reparse HTML files on save #4859

Open
core-ai-bot opened this issue Aug 29, 2021 · 0 comments
Open

[CLOSED] Don't reparse HTML files on save #4859

core-ai-bot opened this issue Aug 29, 2021 · 0 comments

Comments

@core-ai-bot
Copy link
Member

Issue by njx
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).

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


njx included the following code: https://github.com/adobe/brackets/pull/5282/commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant