Fix #1767
This commit is contained in:
parent
6077ae43e9
commit
2864902fa0
1 changed files with 8 additions and 6 deletions
|
@ -163,6 +163,7 @@ module Middleman
|
||||||
path: root,
|
path: root,
|
||||||
only: match_against
|
only: match_against
|
||||||
|
|
||||||
|
unless config[:watcher_disable]
|
||||||
# Hack around node_modules in root.
|
# Hack around node_modules in root.
|
||||||
watcher.listener.ignore(/^node_modules/)
|
watcher.listener.ignore(/^node_modules/)
|
||||||
|
|
||||||
|
@ -173,6 +174,7 @@ module Middleman
|
||||||
watcher.listener.ignore(/^vendor\/bundle/)
|
watcher.listener.ignore(/^vendor\/bundle/)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# store configured port to make a check later on possible
|
# store configured port to make a check later on possible
|
||||||
configured_port = app.config[:port]
|
configured_port = app.config[:port]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue