class Middleman::Sources
def exists?(types, path)
def exists?(types, path) watchers.any? { |d| Array(types).include?(d.type) && d.exists?(path) } end
def exists?(types, path) watchers.any? { |d| Array(types).include?(d.type) && d.exists?(path) } end