Fix watcher output on the first run.
This commit is contained in:
parent
a3e1fa7f78
commit
75901f9287
@ -138,7 +138,7 @@ module Compass
|
|||||||
compiler = new_compiler_instance(:quiet => true)
|
compiler = new_compiler_instance(:quiet => true)
|
||||||
if file = compiler.out_of_date?
|
if file = compiler.out_of_date?
|
||||||
begin
|
begin
|
||||||
puts ">>> Change detected to: #{relative}"
|
puts ">>> Change detected to: #{relative || compiler.relative_stylesheet_name(file)}"
|
||||||
compiler.run
|
compiler.run
|
||||||
GC.start
|
GC.start
|
||||||
rescue StandardError => e
|
rescue StandardError => e
|
||||||
|
Loading…
Reference in New Issue
Block a user