-
Notifications
You must be signed in to change notification settings - Fork 3
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
Demonstrate live reload without watchexec #101
base: main
Are you sure you want to change the base?
Demonstrate live reload without watchexec #101
Conversation
77c4c06
to
11a5bc2
Compare
What is the purpose of adding these tests? I understand that it is something that can work but what are we trying to do? |
@ForestEckhardt This was really a technical exercise to see if it would work and it's saved off as a PR. We had a discussion yesterday at standup about trying to capture all of the context around webservers (both here and in the PHP language) and reloading on a single issue and making a decision there. |
I guess my question is what should I be doing about this PR then? Are we merging it as is or is there still a conversation happening? |
Let's leave it open for now. I'll say |
8767e5f
to
7333057
Compare
7333057
to
ca81997
Compare
I've proposed in paketo-buildpacks/php-start#37 that the PHP language family explicitly support live reload of served files without additional configuration such as I propose that the
|
It appears that web servers will reload without
watchexec