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

[Feature Request] Auto-reload when dump.html is changed or dumped #52

Open
ajcastro opened this issue Oct 10, 2019 · 2 comments
Open

[Feature Request] Auto-reload when dump.html is changed or dumped #52

ajcastro opened this issue Oct 10, 2019 · 2 comments

Comments

@ajcastro
Copy link

ajcastro commented Oct 10, 2019

Any plans to provide auto-reload the dump.html file so the developer can immediately see the dump() calls without hitting F5?

This should be easily done by serving the dump.html file with browsersync:
browser-sync start --server --files "./dump.html" --index dump.html
But the html dumped does not have body tag and browsersync requires a body tag to embed its script.

@WebKenth
Copy link

Kinda sad this feature hasnt been implemented

@mechelon
Copy link
Member

If you have an idea on how to implement this, feel free to open a PR!

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

3 participants