rbuchberger / jekyll_picture_tag

Easy responsive images for Jekyll.
https://rbuchberger.github.io/jekyll_picture_tag/
BSD 3-Clause "New" or "Revised" License
623 stars 106 forks source link

Separate minimagick section into it's own repo, gemify all #19

Closed robwierzbowski closed 6 years ago

robwierzbowski commented 11 years ago

So we can gemify and pull into both JPT and Jekyll Image Tag.

robwierzbowski commented 11 years ago

If anyone wants to help with this I have a small branch and some notes I can share. Otherwise, it's first on the list for 2.0.

jerturowetz commented 6 years ago

I'd be super interested in getting at your notes @robwierzbowski if you still have them lying around (Windows user struggling with minimagick)

rbuchberger commented 6 years ago

Hey, there's a massive update incoming (next week or two, hopefully) that may fix your issues. In the meantime, have you explicitly configured a source and destination directory in your _config.yml?

Rob isn't actively working on this gem anymore, he's kindly let me take over the daily stuff.

robwierzbowski commented 6 years ago

I no longer have those notes. Good luck to both of you!

jerturowetz commented 6 years ago

Hey @rbuchberger thanks for the update!

So far I've found that installing ImageMagick as an admin works to solve ruby path issues, though I don't know how reliably this addresses project replication. Until minimagick is in its own gem (and maybe even after), maybe the readme could note that jekyll-picture-tag uses minimagick which itself relies on ImageMagick being available in the system path?