rstacruz / sinatra-assetpack

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

Image extension being ignored #138

Open lukesmith opened 10 years ago

lukesmith commented 10 years ago

It looks like the assetpack is ignoring the requested file extension when returning the asset.

For example if you have an image on disk called images/my_gif.gif then a request for images/my_gif.png or images/my_gif.jpg also returns the .gif where I would expect it to return a 404.