class Middleman::SourceWatcher

def should_not_recurse?(p)

def should_not_recurse?(p)
  relative_path = p.relative_path_from(@directory).to_s
  IGNORED_DIRECTORIES.include?(relative_path)
end