Kick off a GC at the end of a watcher run.

This commit is contained in:
Chris Eppstein 2011-04-24 12:40:42 -07:00
parent 30e01c7cbd
commit 4127ea7c9e

View File

@ -140,7 +140,7 @@ module Compass
begin
puts ">>> Change detected to: #{relative}"
compiler.run
report_on_instances(Sass::Importers::Base, :verbose => false)
GC.start
rescue StandardError => e
::Compass::Exec::Helpers.report_error(e, options)
end