From 9e54d7bcb7cb1d066058ee63155e11b075466874 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 22 Apr 2011 09:21:09 -0700 Subject: [PATCH] Unnecessary normalization -- sass will do it later. --- lib/compass/commands/update_project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/commands/update_project.rb b/lib/compass/commands/update_project.rb index 9c47fa5c..c451db1d 100644 --- a/lib/compass/commands/update_project.rb +++ b/lib/compass/commands/update_project.rb @@ -56,7 +56,7 @@ module Compass :dry_run => options[:dry_run]) compiler_opts[:quiet] = options[:quiet] if options[:quiet] compiler_opts[:time] = options[:time] if options[:time] - Sass::Engine.normalize_options(compiler_opts) + compiler_opts end Compass::Compiler.new(working_path,