[docs] add help for missing static_file e.g. on heroku

fixes #5144
This commit is contained in:
Florian Thomas 2016-09-06 22:48:32 +02:00
parent f69671c46c
commit f0293def80
No known key found for this signature in database
GPG Key ID: FCEEC9743EC7B893
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@ that might be of help. If the problem youre experiencing isnt covered belo
- [Base-URL Problems](#base-url-problems) - [Base-URL Problems](#base-url-problems)
- [Configuration problems](#configuration-problems) - [Configuration problems](#configuration-problems)
- [Markup Problems](#markup-problems) - [Markup Problems](#markup-problems)
- [Production Problems](#production-problems)
## Installation 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 run into these errors, try setting `excerpt_separator: ""` in your
`_config.yml`, or set it to some nonsense string. `_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.
<div class="note"> <div class="note">
<h5>Please report issues you encounter!</h5> <h5>Please report issues you encounter!</h5>
<p> <p>