Sha256: 0312346cab75348af61ec91f2252babc08f75aed272b5b3a317d7f6f7f8138ec

Contents?: true

Size: 797 Bytes

Versions: 10

Compression:

Stored size: 797 Bytes

Contents

---
sort: 4
---

# Ignore Missing Source Images

*Format:* `ignore_missing_images: (boolean|environment|environments)`

*Examples:* 
  - `ignore_missing_images: true`
  - `ignore_missing_images: development`
  - `ignore_missing_images: [development, testing]`

*Default:* `false`

Normally, JPT will raise an error if a source image is missing, causing the
entire site build to fail. This setting allows you to bypass this behavior and
continue the build, either for certain build environments or all the time. 

I highly encourage you to set this to `development`, and set the Jekyll build
environment to `production` when you build for production so you don't shoot
yourself in the foot. You can read more about Jekyll environments
[here](https://jekyllrb.com/docs/configuration/environments/).

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll_picture_tag-2.1.2 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.1.1 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.1.0 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.0.4 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.0.3 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.0.2 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.0.1 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.0.0 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-2.0.0pre1 docs/users/configuration/ignore_missing.md
jekyll_picture_tag-1.14.0 docs/users/configuration/ignore_missing.md