class Middleman::SourceWatcher

def exists?(path)

def exists?(path)
  !find(path).nil?
end