From fe13f58f3e876e3329ca246db737268bf5b15000 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 12 Feb 2016 15:34:20 -0500 Subject: Update Emoji asset path Now that we're serving assets directly from the Gemojione gem's path, the images are not in an `emoji/` sub-folder. --- config/application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/application.rb') diff --git a/config/application.rb b/config/application.rb index 1e9ec74cdbf..04d0b23d82d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -43,8 +43,8 @@ module Gitlab # Enable the asset pipeline config.assets.enabled = true - config.assets.paths << Emoji.images_path - config.assets.precompile << "emoji/*.png" + config.assets.paths << Gemojione.index.images_path + config.assets.precompile << "*.png" config.assets.precompile << "print.css" # Version of your assets, change this if you want to expire all your assets -- cgit v1.2.3