rogue quote
This commit is contained in:
parent
05364e0a36
commit
ea677274a4
@ -142,7 +142,8 @@ module Compass
|
|||||||
compiler = new_compiler_instance(:quiet => true, :loud => [:identical, :overwrite, :create])
|
compiler = new_compiler_instance(:quiet => true, :loud => [:identical, :overwrite, :create])
|
||||||
if file = compiler.out_of_date?
|
if file = compiler.out_of_date?
|
||||||
begin
|
begin
|
||||||
puts ">>> Change detected at "+Time.now.strftime("%T")+" to: #{relative || compiler.relative_stylesheet_name(file)}
|
puts ">>> Change detected at "+Time.now.strftime("%T")+" to: #{relative || compiler.relative_stylesheet_name(file)}"
|
||||||
|
$stdout.flush
|
||||||
compiler.run
|
compiler.run
|
||||||
GC.start
|
GC.start
|
||||||
rescue StandardError => e
|
rescue StandardError => e
|
||||||
|
Loading…
Reference in New Issue
Block a user