zaiste / foundation-icons-sass-rails

Foundation Font Icons on Sass for Rails
142 stars 18 forks source link

Precompiling fonts #3

Closed ekampp closed 11 years ago

ekampp commented 11 years ago

Hi there.

When running the assets:precompile task, the font-files from this gem isn't precompiled along with everything else.

I have added the following to my productions.rb file, but still no dice:

  config.assets.precompile += %w( .svg .eot .woff .ttf )

Am I missing something?

Best regards, Emil

ekampp commented 11 years ago

Never mind. I couldn't spell. Sorry for the inconvenience.