petebrowne / sprockets-sass

Better Sass integration with Sprockets 2.x
MIT License
90 stars 29 forks source link

sprockets helpers not override compass asset-* function #20

Closed ghost closed 11 years ago

ghost commented 11 years ago

I use "font-url" in my scss file

but this function don't execute "font_path" privided by sprockets-helpers

I trace the code, I found it use compass "font_path"

why?

petebrowne commented 11 years ago

Are you having issues with all of the asset helpers, or just font_url/font_path? Can you give me a bit more information about your setup or a stack trace if you have specific error?