From 1ad79393ad9090b6c8c4c9d43e6058af4216394c Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Wed, 2 Apr 2014 14:42:35 +0200 Subject: Add print.css to asset precompile array. --- config/application.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/application.rb b/config/application.rb index a782dd1d01e..4970c9921cf 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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' -- cgit v1.2.3