Module: Sass::Plugin::Configuration

Defined in:
lib/spiderfw/templates/resources/sass.rb

Instance Method Summary collapse

Instance Method Details

#default_optionsObject



5
6
7
8
9
10
11
12
13
# File 'lib/spiderfw/templates/resources/sass.rb', line 5

def default_options
  @default_options ||= {
    :css_location       => './public/stylesheets',
    :always_update      => false,
    :always_check       => false,
    :full_exception     => true,
    :cache_location     => File.join(Spider.paths[:tmp], 'sass', '.sass_cache')
    }.freeze
end