Method: Compass::Compiler#determine_cache_location

Defined in:
lib/compass/compiler.rb

#determine_cache_locationObject



37
38
39
# File 'lib/compass/compiler.rb', line 37

def determine_cache_location
  Compass.configuration.cache_path || Sass::Plugin.options[:cache_location] || File.join(working_path, ".sass-cache")
end