Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for out of date thumbnails #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fiosgenomics
Copy link

In this edit I've tried to fix an issue where thumbnails in the built site are out of date.

The previous behaviour was to only copy thumbnails to the build directory in the after_build function if the thumbnail did not exist. However, it is possible that this thumbnail is out of date (if the original image has been updated).

In the fix, I now check also if cached_thumbnail_available?. This will return false if there is no cached thumbnail (or if the current cached thumbnail is out of date). In this occurs (or if the thumbnail does not exist) we should copy the thumbnail (after creating a new cached version, which happens with the save! method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant