It's called Jekyll::Watcher
This commit is contained in:
parent
1261c1cd66
commit
c7c1eddd47
|
@ -64,7 +64,7 @@ module Jekyll
|
||||||
# Returns nothing.
|
# Returns nothing.
|
||||||
def watch(site, options)
|
def watch(site, options)
|
||||||
Deprecator.gracefully_require 'jekyll-watch'
|
Deprecator.gracefully_require 'jekyll-watch'
|
||||||
Jekyll::Watch.watch(options)
|
Jekyll::Watcher.watch(options)
|
||||||
end
|
end
|
||||||
|
|
||||||
end # end of class << self
|
end # end of class << self
|
||||||
|
|
Loading…
Reference in New Issue