[Dev] Dev server not detecting file changes #28
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: autonomic-cooperative/autonomic.zone#28
Loading…
Reference in New Issue
Block a user
No description provided.
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?
When using the dev server using
make serve
, the container isn't seeing the changes to the websites files. This means I have to stop the container usingmake stop
and then restart the dev server. This doesn't even build the image again. It just uses the same image and the changes to the volume are seen. Makes changes really slow to look at.OK I better take another look at this. I was trying to make it auto-reload stuff but it was not working for me when writing the blog post. I think my Jeklly container + entrypoint approach might be a bit wrong if this is hard to do. I'll try to come at this from another angle.
I will say, one thing I did notice is the volume is working. When editing the SVG, I was able to refresh the page manually and see the changes. So the volume works for seeing the file on disk has changed. But it is not auto generating on file changes and auto refreshing.
OK, this is resolved in the WIP docker-compose setup :)
Just wranging the production deploy now...
Closing optimistically...new docs will be in the ususal CONTRIBUTING.md.