# File lib/compass/sass_extensions/monkey_patches/stylesheet_updating.rb, line 7 def stylesheet_needs_update?(name, template_path, css_path) css_file = css_filename(name, css_path) template_file = template_filename(name, template_path) exact_stylesheet_needs_update?(css_file, template_file) end