We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Npm and Amber watch seem to hold on to old data. Changes are not reflected upon refresh of page.
Expected behavior: Content updates to show changes
Actual behavior: No changes rendered (note: terminating amber watch and refreshing the page still renders server info in terminal)
Reproduces how often: 90%
Amber Version - v0.6.0 Crystal Version - 0.24.1
OS - Gnome version 3.26.2
running with crystal on different port is a way around this for now.
The text was updated successfully, but these errors were encountered:
Seems to be related in someway to NPM. I can kill all crystal/amber processes and it still renders code to my browser.
Sorry, something went wrong.
Somehow addressed with #457
No branches or pull requests
Description
Npm and Amber watch seem to hold on to old data.
Changes are not reflected upon refresh of page.
Steps to Reproduce
Expected behavior: Content updates to show changes
Actual behavior: No changes rendered (note: terminating amber watch and refreshing the page still renders server info in terminal)
Reproduces how often: 90%
Versions
Amber Version - v0.6.0
Crystal Version - 0.24.1
OS - Gnome version 3.26.2
Additional Information
running with crystal on different port is a way around this for now.
The text was updated successfully, but these errors were encountered: