Commit 62743b15 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'print_layout_to_assets' into 'master'

Add print css to precompile list
parents ea347323 1ad79393
......@@ -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'
......
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