From d080fdddb779d5dc4d56676d664c3fccd11bc724 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 26 May 2011 14:42:24 -0400 Subject: [PATCH] added @chriseppsteins suggestion for issue #300 --- lib/compass/commands/update_project.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compass/commands/update_project.rb b/lib/compass/commands/update_project.rb index b98fa93a..99474b86 100644 --- a/lib/compass/commands/update_project.rb +++ b/lib/compass/commands/update_project.rb @@ -37,6 +37,7 @@ module Compass end def check_for_sass_files!(compiler) + compiler.clean! if compiler.new_config? if compiler.sass_files.empty? && !dry_run? message = "Nothing to compile. If you're trying to start a new project, you have left off the directory argument.\n" message << "Run \"compass -h\" to get help."