class MerbHandler

:nodoc:

def process_with_sass(request, response)

:nodoc:
def process_with_sass(request, response)
  if !Sass::Plugin.checked_for_updates ||
      Sass::Plugin.options[:always_update] || Sass::Plugin.options[:always_check]
    Sass::Plugin.update_stylesheets
  end
  process_without_sass(request, response)
end