Add emoji images to asset load path.

This commit is contained in:
Andrew Kumanyaev 2014-02-06 19:56:47 +03:00
parent f7b46fa5ff
commit e139cc9e33

View file

@ -62,6 +62,8 @@ module Gitlab
# Enable the asset pipeline
config.assets.enabled = true
config.assets.paths << Emoji.images_path
config.assets.precompile << "emoji/*.png"
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'