It's called Jekyll::Watcher

This commit is contained in:
Parker Moore 2014-08-10 14:33:11 -04:00
parent 1261c1cd66
commit c7c1eddd47
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module Jekyll
# Returns nothing.
def watch(site, options)
Deprecator.gracefully_require 'jekyll-watch'
Jekyll::Watch.watch(options)
Jekyll::Watcher.watch(options)
end
end # end of class << self