Default options now work, hopefully.

git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@198 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2006-12-04 10:39:06 +00:00
parent ca099cf7ea
commit 6e0d55e519
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}