Class: K4compiler::Scss

Inherits:
Object
  • Object
show all
Defined in:
lib/k4slide/expand_compiler_options.rb

Class Method Summary collapse

Class Method Details

.expand_optionsObject Also known as: options



23
24
25
26
27
28
29
30
# File 'lib/k4slide/expand_compiler_options.rb', line 23

def expand_options
  opt = {
    :target_dir => nil,
    :compiled_dir => nil,
    :ext => 'scss',
  }
  return original_options.update(opt).with_indifferent_access()
end