Fix watcher output on the first run.

This commit is contained in:
Chris Eppstein 2011-04-24 12:57:47 -07:00
parent a3e1fa7f78
commit 75901f9287

View File

@ -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