Trigger RenderCache#get by including an image twice (#22)

This commit is contained in:
Joseph Wynn 2016-06-05 22:30:45 +01:00
parent 794f1c619a
commit f63b5002dd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Feature: Responsive image generation
"""
{% responsive_image path: assets/test.png %}
{% responsive_image path: assets/subdir/test.png %}
{% responsive_image path: assets/test.png cache: true %}
"""
When I run Jekyll