Class: CompassIntegrator::Command::Watch
- Inherits:
-
CompassIntegrator::CommandTemplate
- Object
- CompassIntegrator::CommandTemplate
- CompassIntegrator::Command::Watch
- Defined in:
- lib/compass_integrator/command/watch.rb
Instance Method Summary collapse
Methods inherited from CompassIntegrator::CommandTemplate
Constructor Details
This class inherits a constructor from CompassIntegrator::CommandTemplate
Instance Method Details
#run ⇒ Object
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 |