phoenixframework / phoenix_live_reload

Provides live-reload functionality for Phoenix
MIT License
315 stars 90 forks source link

Update README.md relative path live reload #139

Closed kshersheyev-bd closed 12 months ago

kshersheyev-bd commented 1 year ago

Updated description on how to support relative paths live reload outside of current app.

josevalim commented 1 year ago

AFAIK, this is not guaranteed to work across all operating systems, so I would prefer to not document it.

kshersheyev-bd commented 1 year ago

Do you know where it wouldn't work? I've checked it on mac. Feel free to close PR then)

josevalim commented 1 year ago

Some systems only allow you to monitor the current working directory or a given directory, so nothing outside of the Phoenix root would be caught.