We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d6b04 commit a05b0d9Copy full SHA for a05b0d9
1 file changed
lib/jekyll/commands/build.rb
@@ -73,17 +73,6 @@ def build(site, options)
73
#
74
# Returns nothing.
75
def watch(site, options)
76
- # Warn Windows users that they might need to upgrade.
77
- if Utils::Platforms.bash_on_windows?
78
- Jekyll.logger.warn "",
79
- "Auto-regeneration may not work on some Windows versions."
80
81
- "Please see: https://github.com/Microsoft/BashOnWindows/issues/216"
82
83
- "If it does not work, please upgrade Bash on Windows or "\
84
- "run Jekyll with --no-watch."
85
- end
86
-
87
External.require_with_graceful_fail "jekyll-watch"
88
Jekyll::Watcher.watch(options, site)
89
end
0 commit comments