# File lib/compass/commands/watch_project.rb, line 87 def recompile(base = nil, relative = nil) compiler = new_compiler_instance(:quiet => true) if file = compiler.out_of_date? begin puts ">>> Change detected to: #{file}" compiler.run rescue StandardError => e ::Compass::Exec::Helpers.report_error(e, options) end end end