Fixed another nasty little bug.

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

View File

@ -10,7 +10,7 @@ module Sass
class << self class << self
@@options = { @@options = {
:template_location => RAILS_ROOT + '/public/stylesheets/sass', :template_location => RAILS_ROOT + '/public/stylesheets/sass',
:css_locations => RAILS_ROOT + '/public/stylesheets', :css_location => RAILS_ROOT + '/public/stylesheets',
:always_update => false, :always_update => false,
:always_check => RAILS_ENV != "production" :always_check => RAILS_ENV != "production"
} }