Method: Compass::Compiler#determine_cache_location
- Defined in:
- lib/compass/compiler.rb
#determine_cache_location ⇒ Object
37 38 39 |
# File 'lib/compass/compiler.rb', line 37 def determine_cache_location Compass.configuration.cache_path || Sass::Plugin.[:cache_location] || File.join(working_path, ".sass-cache") end |