class Middleman::CoreExtensions::FileWatcher::API
def find_new_files(path)
-
(void)
-
Parameters:
-
path
(Pathname
) -- The path to reload
def find_new_files(path) reload_path(path, true) end
(void)
-
path
(Pathname
)
-- The path to reload
def find_new_files(path) reload_path(path, true) end