-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Broken Tracy bar when used with BrowserSync #48
Comments
Tracy produces syntactically valid code, so it is almost certainly not Tracy issue. |
OK, thanks for quick response. |
And isn't in that syntactically valid code anything unusual? Something what proxy developers could ignore as obsolote, not used, etc. |
Have somebody solved this? cc @enzy |
We have some sort of workaround in mango-cli watch task which works for us... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using Tracy together with BrowserSync, Tracy bar produces invalid HTML code at the end of file like this:
BrowserSync also injects JS a HTML into DOM which seems to be the cause of conflict. You may notice socket.io script injected by BrowserSync close to the end. However, since BrowserSync itself works fine with Tracy and does not seem to be affected by this error, it looks like it is Tracy's issue. If not, please let me know to report the issue at BrowserSync.
The text was updated successfully, but these errors were encountered: