From 6e0d55e5193ff668f12c0cef3fa4e20aa8778d4d Mon Sep 17 00:00:00 2001 From: nex3 Date: Mon, 4 Dec 2006 10:39:06 +0000 Subject: [PATCH] Default options now work, hopefully. git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@198 7063305b-7217-0410-af8c-cdc13e5119b9 --- lib/sass/plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sass/plugin.rb b/lib/sass/plugin.rb index 9fc3b2e6..1b0e0cd2 100644 --- a/lib/sass/plugin.rb +++ b/lib/sass/plugin.rb @@ -9,8 +9,8 @@ module Sass module Plugin class << self @@options = { - :template_location => RAILS_ROOT + 'public/stylesheets/sass', - :css_locations => RAILS_ROOT + 'public/stylesheets', + :template_location => RAILS_ROOT + '/public/stylesheets/sass', + :css_locations => RAILS_ROOT + '/public/stylesheets', :always_update => false, :always_check => RAILS_ENV != "production" }