Add emoji images to asset load path.
This commit is contained in:
parent
f7b46fa5ff
commit
e139cc9e33
1 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,8 @@ module Gitlab
|
||||||
|
|
||||||
# Enable the asset pipeline
|
# Enable the asset pipeline
|
||||||
config.assets.enabled = true
|
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
|
# Version of your assets, change this if you want to expire all your assets
|
||||||
config.assets.version = '1.0'
|
config.assets.version = '1.0'
|
||||||
|
|
Loading…
Reference in a new issue