From 425ee3961fc82d0400a83d015e704006d385633d Mon Sep 17 00:00:00 2001 From: nex3 Date: Mon, 4 Dec 2006 10:42:22 +0000 Subject: [PATCH] Fixed another nasty little bug. git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@199 7063305b-7217-0410-af8c-cdc13e5119b9 --- lib/sass/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sass/plugin.rb b/lib/sass/plugin.rb index 1b0e0cd2..2b3c2626 100644 --- a/lib/sass/plugin.rb +++ b/lib/sass/plugin.rb @@ -10,7 +10,7 @@ module Sass class << self @@options = { :template_location => RAILS_ROOT + '/public/stylesheets/sass', - :css_locations => RAILS_ROOT + '/public/stylesheets', + :css_location => RAILS_ROOT + '/public/stylesheets', :always_update => false, :always_check => RAILS_ENV != "production" }