Gus

Results 4 comments of Gus

After all the cache clearing and folder deletion, good ol' machine restart done the trick...

I also have the issue in React. It works nicely just after set up, but when restarting the local server it fails to update the theme. Here's my code: ##...

Hey John thank you so much for taking the time to write up and explain; I’m not a Ruby developer although I do use Jekyll for a lot of projects,...

I get the same error running with the following `docker-compose.yml` file: ``` services: jekyll: image: jekyll/jekyll:latest command: jekyll s -l ports: - 4000:4000 volumes: - .:/srv/jekyll ```