Closed hrkeni closed 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.
Oops. I guess fonts support isn't released yet. I'll use the git repo in my gemfile.
My config is :
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.