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 13c27c0 commit adc0107Copy full SHA for adc0107
lib/jekyll/watcher.rb
@@ -93,8 +93,8 @@ def to_exclude(options)
93
#
94
# Returns a list of relative paths from source that should be ignored
95
def listen_ignore_paths(options)
96
- source = Pathname.new(options["source"]).expand_path
97
- paths = to_exclude(options)
+ source = Pathname.new(options["source"]).expand_path
+ paths = to_exclude(options)
98
99
paths.map do |p|
100
absolute_path = Pathname.new(p).expand_path
0 commit comments