class Sass::Plugin::Compiler

def css_filename(name, path)

def css_filename(name, path)
  "#{path}#{File::SEPARATOR unless path.end_with?(File::SEPARATOR)}#{name}".
    gsub(/\.s[ac]ss$/, '.css')
end