From 75901f928711ff01bc649ba417234d3504fa5ed1 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 24 Apr 2011 12:57:47 -0700 Subject: [PATCH] Fix watcher output on the first run. --- 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 91a1c5aa..cdc2bf2f 100644 --- a/lib/compass/commands/watch_project.rb +++ b/lib/compass/commands/watch_project.rb @@ -138,7 +138,7 @@ module Compass compiler = new_compiler_instance(:quiet => true) if file = compiler.out_of_date? begin - puts ">>> Change detected to: #{relative}" + puts ">>> Change detected to: #{relative || compiler.relative_stylesheet_name(file)}" compiler.run GC.start rescue StandardError => e