Fix #1767
This commit is contained in:
parent
6077ae43e9
commit
2864902fa0
|
@ -163,14 +163,16 @@ module Middleman
|
|||
path: root,
|
||||
only: match_against
|
||||
|
||||
# Hack around node_modules in root.
|
||||
watcher.listener.ignore(/^node_modules/)
|
||||
unless config[:watcher_disable]
|
||||
# Hack around node_modules in root.
|
||||
watcher.listener.ignore(/^node_modules/)
|
||||
|
||||
# Hack around sass cache in root.
|
||||
watcher.listener.ignore(/^\.sass-cache/)
|
||||
# Hack around sass cache in root.
|
||||
watcher.listener.ignore(/^\.sass-cache/)
|
||||
|
||||
# Hack around bundler cache in root.
|
||||
watcher.listener.ignore(/^vendor\/bundle/)
|
||||
# Hack around bundler cache in root.
|
||||
watcher.listener.ignore(/^vendor\/bundle/)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue