[Command Line] Missing an equals sign for conditional assignment.

This commit is contained in:
Chris Eppstein 2009-05-19 11:34:50 -07:00
parent 2b3b781c33
commit 732b885897

View File

@ -22,7 +22,7 @@ module Compass
end
def css_files
@css_files || sass_files.map{|sass_file| "#{to}/#{stylesheet_name(sass_file)}.css"}
@css_files ||= sass_files.map{|sass_file| "#{to}/#{stylesheet_name(sass_file)}.css"}
end
def target_directories