FortAwesome / font-awesome-sass

Font-Awesome Sass gem for use in Ruby/Rails projects
MIT License
906 stars 265 forks source link

Make compass version find fonts #134

Closed TruePath closed 2 years ago

TruePath commented 7 years ago

Currently when using font-awesome with compass but not ruby it issues the following error messages:

WARNING: 'fontawesome-webfont.eot?v=4.7.0' was not found (or cannot be read) in ... (directory containing config.rb)

This issue is documented here and results from failing to look in the assets directory for the fonts. It was previously fixed for sprockets but it appears this change did not propagate to _font-awesome-compass.scss.

I only use Sass occasionally and I'm just making an educated guess that this won't break something important (doesn't seem to for me) but it eliminates the errors. Hopefully I'm correct and this is all fine.

supercodepoet commented 6 years ago

Hi,

With Compass I just see font-url: http://compass-style.org/reference/compass/helpers/urls/#font-url

Thanks, Travis