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