From e139cc9e33810203fe3ac298ad6649cdbcd79f87 Mon Sep 17 00:00:00 2001 From: Andrew Kumanyaev Date: Thu, 6 Feb 2014 19:56:47 +0300 Subject: [PATCH] Add emoji images to asset load path. --- config/application.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 88759ce..c532570 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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' -- libgit2 0.21.2