toy / image_optim_rails

Optimize rails assets using image_optim
MIT License
56 stars 3 forks source link

Reduce rails Deps #13

Closed BenMorganIO closed 2 years ago

BenMorganIO commented 2 years ago

Thanks for the gem. I'm wondering if it's possible to reduce the amount of rails dependencies pulled in for this gem to what is base required?

For reference:

https://github.com/toy/image_optim_rails/blob/master/image_optim_rails.gemspec#L24

toy commented 2 years ago

Good idea, rails with all dependencies is definitely not needed

toy commented 2 years ago

This should do the trick: https://github.com/toy/image_optim_rails/compare/less-dependencies

BenMorganIO commented 2 years ago

Thank you!