Sha256: c51a26e596c29207c1992d2a14c21c54ab6b860b8e615ed917416c0a6dab322c

Contents?: true

Size: 853 Bytes

Versions: 12

Compression:

Stored size: 853 Bytes

Contents

---
sort: 4
---

# Fast Build

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

*Examples:* 

  - `fast_build: true`

  - `fast_build: development`

  - `fast_build: [development, staging]`

*Default:* `false`

*Might* make your builds faster (depending on hardware and how many images you
have) by making a tradeoff: assuming that the filename alone is enough to
uniquely identify a source image. This doesn't speed up image generation, just
detection of whether or not it's necessary.

Ordinarily, JPT computes an MD5 hash for every source image, every site build.
This ensures that if you replace one image with another, but keep the filename
the same, JPT will correctly generate images for the new file. Enable this
setting to skip MD5 hash checking and just assume that if the filename, format,
and width match then it's the right one.

Version data entries

12 entries across 12 versions & 1 rubygems

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