class Middleman::CoreExtensions::FileWatcher::API
def exists?(path)
def exists?(path) p = Pathname(path) p = p.relative_path_from(Pathname(@app.root)) unless p.relative? @known_paths.include?(p) end
def exists?(path) p = Pathname(path) p = p.relative_path_from(Pathname(@app.root)) unless p.relative? @known_paths.include?(p) end