Commit 28a645b5 authored by Eric Eastwood's avatar Eric Eastwood

Fix favicon-green.ico not being precompiled in production

See https://gitlab.com/gitlab-org/gitlab-ee/issues/4666
parent bef4b556
......@@ -125,6 +125,7 @@ module Gitlab
config.assets.paths << "ee/app/assets/stylesheets"
config.assets.precompile << "*.png"
config.assets.precompile << "*.ico"
config.assets.precompile << "print.css"
config.assets.precompile << "notify.css"
config.assets.precompile << "mailers/*.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