From 618bd788e1b10fac580912bdac52c971d95bd971 Mon Sep 17 00:00:00 2001 From: Chris Eppstein <chris@eppsteins.net> Date: Mon, 8 Dec 2008 20:43:13 -0800 Subject: [PATCH] Require rubygems helps to require sass when running locally instead of out of a gem. --- lib/compass.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compass.rb b/lib/compass.rb index 683a9502..f9c638d8 100644 --- a/lib/compass.rb +++ b/lib/compass.rb @@ -1,3 +1,4 @@ +require 'rubygems' require 'sass' require File.join(File.dirname(__FILE__), 'sass_extensions')