rstacruz / sinatra-assetpack

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

Images are not working with compass helpers #179

Open almozavr opened 9 years ago

almozavr commented 9 years ago

Scope

Environment with compass and Sinatra::CompassSupport

Problem

Compass image-related helper directives (image-url, image-height) doesn't work without additional compass images-path configuration. But supposed too? Also note, image-height doesn't work, without trailing / at the end of images-path. Here is the screen with details:

almozavr commented 9 years ago

Also, I found strange cache suffix being after .png, as asset-pack guide says it generates it the same as for .css files... Why?