ID25 / rails_emoji_picker

Add emoji to your app :smiley_cat:
143 stars 41 forks source link

production mode icon path issue #5

Closed curbsaleem closed 8 years ago

curbsaleem commented 8 years ago

Hi

I am facing issue of path of icon in production mode. Any one know how i can fix this?

assets.rb file has following lines

Rails.application.config.assets.precompile += %w(emoji/*.png) Rails.application.config.assets.paths << Emoji.images_path

logs Started GET "/emoji_img//blank.gif" Started GET "/images/emoji/unicode/1f600.png"

Thanks

ID25 commented 8 years ago

Fixed in 0.1.5