class SassC::Engine

def output_url

def output_url
  @output_url ||= (URL.path_to_file_url(File.absolute_path(output_path)) if output_path)
end