Commit 62743b1525a53b3bed3a2992c3d90fe4d2583055
Exists in
spb-stable
and in
3 other branches
Merge branch 'print_layout_to_assets' into 'master'
Add print css to precompile list
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/application.rb
@@ -64,6 +64,7 @@ module Gitlab | @@ -64,6 +64,7 @@ module Gitlab | ||
64 | config.assets.enabled = true | 64 | config.assets.enabled = true |
65 | config.assets.paths << Emoji.images_path | 65 | config.assets.paths << Emoji.images_path |
66 | config.assets.precompile << "emoji/*.png" | 66 | config.assets.precompile << "emoji/*.png" |
67 | + config.assets.precompile << "print.css" | ||
67 | 68 | ||
68 | # Version of your assets, change this if you want to expire all your assets | 69 | # Version of your assets, change this if you want to expire all your assets |
69 | config.assets.version = '1.0' | 70 | config.assets.version = '1.0' |