Closed dangoldin closed 8 years ago
The problem was that Jekyll would not start/serve until it handled the files but handling the files required Jekyll to be running. This bypasses this circular dependency by reading the files from the file system.
Ah neat - I forgot to update the readme file so appreciate that!
The problem was that Jekyll would not start/serve until it handled the files but handling the files required Jekyll to be running. This bypasses this circular dependency by reading the files from the file system.