Merge pull request #19 from padenot/patch-1

Destroy the original image when done with resizing
This commit is contained in:
Joseph Wynn 2016-03-17 08:26:34 +00:00
commit e6fc2bc3bd
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ module Jekyll
i.destroy! i.destroy!
end end
img.destroy!
resized resized
end end