From c7a1c2a911c8e333199f162442f0772b3534f723 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 22 Apr 2011 09:28:56 -0700 Subject: [PATCH] Correctly report the changed file. --- lib/compass/commands/watch_project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/commands/watch_project.rb b/lib/compass/commands/watch_project.rb index 7a079b74..4fcaea8e 100644 --- a/lib/compass/commands/watch_project.rb +++ b/lib/compass/commands/watch_project.rb @@ -141,7 +141,7 @@ module Compass compiler = new_compiler_instance(:quiet => true) if file = compiler.out_of_date? begin - puts ">>> Change detected to: #{file}" + puts ">>> Change detected to: #{relative}" compiler.run # report_on_instances(Sass::Importers::Base, :verbose => false) rescue StandardError => e