-
Notifications
You must be signed in to change notification settings - Fork 32
reuse provided site instance if available #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mojavelinux
commented
Jul 18, 2016
- addresses Jekyll core issue Jekyll creates two instances just to boot, build and watch. jekyll#4858
@@ -4,10 +4,10 @@ module Jekyll | |||
module Watcher | |||
extend self | |||
|
|||
def watch(options) | |||
def watch(options, site = nil) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful! Would you mind adding a comment that the site
is only populated in Jekyll v3.2 (upcoming) and up? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gladly!
LGTM! Just one thought above. |
/cc @envygeeks |
- reuse provided site instance (addresses Jekyll core issue #4858) - add API documentation to watch method
667cd2e
to
1c98bcd
Compare
API documentation added! |
LGTM! Thank you. |
LGTM. |
@jekyllbot: merge |
released in v1.5.0! |