mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 23:29:09 -04:00
parent
bb232a351a
commit
8ca7052528
@ -861,8 +861,13 @@ func (c *commandeer) newWatcher(pollIntervalStr string, dirList ...string) (*wat
|
||||
return nil, err
|
||||
}
|
||||
|
||||
spec := c.hugo().Deps.SourceSpec
|
||||
|
||||
for _, d := range dirList {
|
||||
if d != "" {
|
||||
if spec.IgnoreFile(d) {
|
||||
continue
|
||||
}
|
||||
_ = watcher.Add(d)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user