Class: CompassIntegrator::Command::Compile
- Inherits:
-
CompassIntegrator::CommandTemplate
- Object
- CompassIntegrator::CommandTemplate
- CompassIntegrator::Command::Compile
- Defined in:
- lib/compass_integrator/command/compile.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/compile.rb', line 25 def run @output.puts "*** Compile CSS ***" @executor.system "compass compile -c #{config_file_path}" end |