imathis / fancy-buttons

Fancy CSS Buttons using Compass
http://brandonmathis.com/projects/fancy-buttons/
819 stars 55 forks source link

File "button_bg.png" not copied to Rails public/images by default #16

Closed cseeger closed 13 years ago

cseeger commented 13 years ago

Not sure if this is isolated to my case specifically, but I noticed this after adding fancy-buttons to my Gemfile, running a bundle, then firing up IE7.

Rails 3.0.0.rc with Compass already installed.

Of course, after copying the png from the gem, everything works as normal.

cseeger commented 13 years ago

"compass install -r fancy-buttons -f fancy-buttons" was not run. All working now, thanks!

imathis commented 13 years ago

Ah, glad you figured it out. Some plugins don't use assets, but those that do need to be installed in order to work.