From f0293def80c222d43a50813f24897b8240c78eff Mon Sep 17 00:00:00 2001 From: Florian Thomas Date: Tue, 6 Sep 2016 22:48:32 +0200 Subject: [PATCH] [docs] add help for missing static_file e.g. on heroku fixes #5144 --- site/_docs/troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index c4580f69..3a2c6170 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -13,6 +13,7 @@ that might be of help. If the problem you’re experiencing isn’t covered belo - [Base-URL Problems](#base-url-problems) - [Configuration problems](#configuration-problems) - [Markup Problems](#markup-problems) +- [Production Problems](#production-problems) ## Installation Problems @@ -209,6 +210,13 @@ strange errors where references don't exist or a tag hasn't been closed. If you run into these errors, try setting `excerpt_separator: ""` in your `_config.yml`, or set it to some nonsense string. +## Production Problems + +If you run into an issue that a static file can't be found in your +production environment during build since v3.2.0 you should set your +[environment to `production`](../configuration/#specifying-a-jekyll-environment-at-build-time). +The issue is caused by trying to copy a non-existing symlink. +
Please report issues you encounter!