From 43011fe05461ae8ca23474c46d202144a5995d5a Mon Sep 17 00:00:00 2001 From: Hauke Klement Date: Fri, 30 Jan 2015 14:15:38 +0100 Subject: [PATCH] potential fix for tests failing on Travis CI --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 129fd003..622f35c1 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -12,6 +12,6 @@ * *= require_tree . *= require_tree ../../../lib - *= require_tree ../../../vendor + *= require_tree ../../../vendor/assets/stylesheets/ *= require_self */