Module Jekyll::Commands::Watch
In: lib/jekyll/commands/watch.rb

Methods

Public Instance methods

Build your jekyll site Continuously watch if `watch` is set to true in the config.

Watch for file changes and rebuild the site.

site - A Jekyll::Site instance options - A Hash of options passed to the command

Returns nothing.

[Validate]