I added the time of scss change for control more efficiently of the last change

This commit is contained in:
David Hidalgo 2012-01-26 15:16:26 +01:00
parent be7b419479
commit 208c49af93

View File

@ -138,7 +138,7 @@ module Compass
compiler = new_compiler_instance(:quiet => true, :loud => [:identical, :overwrite, :create])
if file = compiler.out_of_date?
begin
puts ">>> Change detected to: #{relative || compiler.relative_stylesheet_name(file)}"
puts ">>> Change detected at "+Time.now.strftime("%T")+" to: #{relative || compiler.relative_stylesheet_name(file)}
compiler.run
GC.start
rescue StandardError => e