class Middleman::CoreExtensions::FileWatcher::API
def ignored?(path)
-
(Boolean)
-
Parameters:
-
path
(Pathname
) --
def ignored?(path) path = path.to_s app.config[:file_watcher_ignore].any? { |r| path =~ r } end
(Boolean)
-
path
(Pathname
)
--
def ignored?(path) path = path.to_s app.config[:file_watcher_ignore].any? { |r| path =~ r } end