Class: CompassIntegrator::Command::Clean

Inherits:
CompassIntegrator::CommandTemplate show all
Defined in:
lib/compass_integrator/command/clean.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/clean.rb', line 25

def run
  @output.puts "*** Remove compiled CSS ***"
  @executor.system "compass clean -c #{config_file_path}"
end