Commit 3255239b authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-legacy-emojis-using-unicode-file-name' into 'master'

Restore unicode file name images for legacy img emojis

See merge request !9986
parents 08dd9d48 2c230c82
......@@ -92,6 +92,8 @@ module Gitlab
# Enable the asset pipeline
config.assets.enabled = true
# Support legacy unicode file named img emojis, `1F939.png`
config.assets.paths << Gemojione.images_path
config.assets.paths << "vendor/assets/fonts"
config.assets.precompile << "*.png"
config.assets.precompile << "print.css"
......
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