Skip to content

Commit da5065f

Browse files
authored
Remove imagemagick strip (cotes2020#2028)
I had added -strip arg to the imagemagick call as it is generally desirable to strip metadata from images before publishing them, however it seems to occasionally cause issues with jekyll-imagemagick auto-regeneration, regenerating images even when they have not changed.
1 parent f05fb7b commit da5065f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ imagemagick:
346346
- ".tiff"
347347
- ".gif"
348348
output_formats:
349-
webp: "-quality 85 -strip"
349+
webp: "-quality 85"
350350

351351
# -----------------------------------------------------------------------------
352352
# Jekyll Diagrams

0 commit comments

Comments
 (0)