From 41e0e67dfc43c6c9e73d72d14837df748c1db15f Mon Sep 17 00:00:00 2001 From: joegatt Date: Tue, 25 Jun 2013 13:38:51 +0200 Subject: [PATCH] Requires sass very early on. To avoid an error on Travis CI https://travis- ci.org/joegattnet/joegattnet_v3/builds/8420897 --- config.ru | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.ru b/config.ru index a554f5bd..fee46f55 100644 --- a/config.ru +++ b/config.ru @@ -2,3 +2,7 @@ require ::File.expand_path('../config/environment', __FILE__) run Nembrot::Application + +# To avoid an error on Travis CI: +# https://travis-ci.org/joegattnet/joegattnet_v3/builds/8420897 +require 'sass'