Commit 1ad79393ad9090b6c8c4c9d43e6058af4216394c

Authored by Marin Jankovski
1 parent 973f9d30

Add print.css to asset precompile array.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/application.rb
... ... @@ -64,6 +64,7 @@ module Gitlab
64 64 config.assets.enabled = true
65 65 config.assets.paths << Emoji.images_path
66 66 config.assets.precompile << "emoji/*.png"
  67 + config.assets.precompile << "print.css"
67 68  
68 69 # Version of your assets, change this if you want to expire all your assets
69 70 config.assets.version = '1.0'
... ...