# File lib/jekyll/watcher.rb, line 112
    def sleep_forever
      loop { sleep 1000 }
    end