class CompassIntegrator::Command::Watch
Public Instance Methods
run()
click to toggle source
# 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