Ortuna / padrino-pipeline

Sprockets for padrino apps
MIT License
21 stars 8 forks source link

Fonts aren't working #32

Closed hrkeni closed 10 years ago

hrkeni commented 10 years ago

My config is :

configure_assets do |config|
  config.pipeline = Padrino::Pipeline::Sprockets
end

I get a 404 when there's a request for a font. I tried debugging and I found that 'config.font_assets' is nil while 'config.js_assets' and everything else works fine.

hrkeni commented 10 years ago

Oops. I guess fonts support isn't released yet. I'll use the git repo in my gemfile.