rstacruz / sinatra-assetpack

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

Remove dependency on `Tilt.mappings` method #201

Open MaxPleaner opened 7 years ago

MaxPleaner commented 7 years ago

With Sinatra versions newer than 1.4.0, Tilt.mappings does not exist.

Not sure what effect this method had in the first place, but making it return early if Tilt.mappings is not defined does not seem to break anything for me.