mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-22 13:53:45 -04:00
Livereload not working (my-fault) #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uumami on GitHub (Feb 8, 2024).
So I have tried to get the livereload to develop the site live.
My Dockerfile:
Docker-command with output
I have also tried with the ports manually specified with the same results
I have tried with the
docker compose upWhere I get this warnings:
Probably is not a bug, and I am missing something.
@BretFisher commented on GitHub (Feb 9, 2024):
I don't know what those errors are. If you document each command step-by-step with a public example repo I can try to reproduce your issue on my machine.
@uumami commented on GitHub (Feb 9, 2024):
Here is the repo
The commands are:
@BretFisher commented on GitHub (Feb 13, 2024):
On macOS with Docker Desktop, your repo worked fine for me with
docker compose up. I changed the_data/authors.ymlfile and it saw the change and regenerated the site.