Stream: IG creation
Topic: Hanging Builds
Keith Boone (May 04 2020 at 12:00):
If your building is hanging on Jekyll and you are using { % include filename.ext % } anywhere:
Make sure your file name is right. Otherwise, Jekyll waits for it to exist or something, instead of reporting an error, and you'll be sitting there wondering (or debugging) for hours to figure out what's wrong.
I just did that.
Frank Oemig (May 04 2020 at 12:55):
AFAIK, upper/lower case is important, even on Windows
Last updated: Apr 12 2022 at 19:14 UTC