Add print.css to asset precompile array.
This commit is contained in:
parent
973f9d30d9
commit
1ad79393ad
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ module Gitlab
|
|||
config.assets.enabled = true
|
||||
config.assets.paths << Emoji.images_path
|
||||
config.assets.precompile << "emoji/*.png"
|
||||
config.assets.precompile << "print.css"
|
||||
|
||||
# Version of your assets, change this if you want to expire all your assets
|
||||
config.assets.version = '1.0'
|
||||
|
|
Loading…
Reference in a new issue