Commit 71a39655 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6258 from zzet/patch-6

Add emoji images to asset load path.
parents d41e404e e139cc9e
......@@ -62,7 +62,9 @@ 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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment