rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
541 stars 97 forks source link

Use the more ubiquitous 'file' utility instead of the 'identify' utility #26

Closed jcoffin closed 11 years ago

jcoffin commented 12 years ago

This patch makes use of the 'file' utility for determining image dimensions instead of the 'identify' utility. 'file' comes preinstalled on more systems (including Mac OS).

niko commented 12 years ago

+1