class CompassIntegrator::Command::Compile

Public Instance Methods

run() click to toggle source
# File lib/compass_integrator/command/compile.rb, line 25
def run
  @output.puts "*** Compile CSS ***"
  @executor.system "compass compile -c #{config_file_path}"
end