Class: CompassIntegrator::Command::Watch

Inherits:
CompassIntegrator::CommandTemplate show all
Defined in:
lib/compass_integrator/command/watch.rb

Instance Method Summary collapse

Methods inherited from CompassIntegrator::CommandTemplate

#initialize

Constructor Details

This class inherits a constructor from CompassIntegrator::CommandTemplate

Instance Method Details

#runObject



25
26
27
28
# File 'lib/compass_integrator/command/watch.rb', line 25

def run
  @output.puts "*** Watching for changes ***"
  @executor.exec "compass watch -c #{config_file_path}"
end