gravityblast / web-app-theme

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

missing icons #47

Open bl4d3 opened 12 years ago

bl4d3 commented 12 years ago

Hi, I was not able to copy those images:

application_edit.png
cross.png key.png tick.png

with

rails g web_app_theme:assets

I manually created the folder

{Rails.root}/app/assets/images/web-app-theme/icons

and copied them from gem source. Am i missing something? Thank you

ghost commented 12 years ago

I'm having a similar problem too, except I don't have the icon images at all. I looked into my gem source and there isn't any folder called:

{Rails.root}/app/assets/images/web-app-theme/icons

They aren't in the source code anymore. I had to download an old version to get the icons. Where have the icons gone?

vsizov commented 12 years ago

big bug that exist a long time. @pilu can you fix it?

redconfetti commented 12 years ago

Same issue here. Icons weren't showing up in development, which I could ignore, but now I'm getting errors in production.

ActionView::Template::Error (web-app-theme/icons/tick.png isn't precompiled):
    10:     <%= image_tag("web-app-theme/icons/tick.png", :alt => "#{t("web-app-theme.save", :default => "Save")}") %> <%= t("web-app-theme.save", :default => "Save") %>

I went back in the repo and found the images here. I've just placed them in /app/assets/images/web-app-theme/icons/