lib/plate/sass_template.rb in plate-0.6.2 vs lib/plate/sass_template.rb in plate-0.6.3

- old
+ new

@@ -28,10 +28,11 @@ options = { :filename => eval_file, :line => line, :syntax => syntax, :style => style.to_sym, - :load_paths => paths + :load_paths => paths, + :site => scope.site } if scope.site.cache_location options[:cache_location] = File.join(scope.site.cache_location, 'sass-cache') end \ No newline at end of file