gravityblast / web-app-theme

A simple theme for web apps
Other
2.45k stars 387 forks source link

No route matches [GET] "/web-app-theme/themes/default/fonts/museosans_500-webfont.svg" #60

Open justqyx opened 11 years ago

justqyx commented 11 years ago

Started GET "/web-app-theme/themes/default/fonts/museo700-regular-webfont.svg" for 127.0.0.1 at 2013-01-05 17:32:52 +0800

ActionController::RoutingError (No route matches [GET] "/web-app-theme/themes/default/fonts/museo700-regular-webfont.svg"):

Started GET "/web-app-theme/themes/default/fonts/museosans_500-webfont.svg" for 127.0.0.1 at 2013-01-05 17:32:52 +0800

ActionController::RoutingError (No route matches [GET] "/web-app-theme/themes/default/fonts/museosans_500-webfont.svg"):

hadan commented 11 years ago

I have this issue also after upgrade to rails 3.2.11, and in gemfile using: gem 'web-app-theme', git: 'git://github.com/pilu/web-app-theme.git'

johnrizzo1 commented 11 years ago

You can find a temporary solution to this problem here, http://stackoverflow.com/questions/10905905/using-fonts-with-rails-asset-pipeline but obviously this should be fixed properly in the actual git repo. If I have time I'll fix and share my fix.