ID25 / rails_emoji_picker

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

Emojis not showing in production #21

Closed kaewdev closed 7 years ago

kaewdev commented 7 years ago

Emojis are working fine in development but it does not find the image in production.

Setup:

gem 'rails', '~> 5.1.2'

Its not finding precompiled emoji assets with the hash added to the image name. i.e. its looking for /assets/emoji/smiley.png but its precompiled to smiley-b7d6dbf4f6967d9d636b86e4c3cba0a23da0d1ed45bf66a8ae300847f66a7202.png

Hope that makes sense, if you have any questions or comments, let me know.

Cheers,