This commit is contained in:
Thomas Reynolds 2016-01-20 10:02:19 -08:00
parent 6077ae43e9
commit 2864902fa0

View file

@ -163,6 +163,7 @@ module Middleman
path: root,
only: match_against
unless config[:watcher_disable]
# Hack around node_modules in root.
watcher.listener.ignore(/^node_modules/)
@ -173,6 +174,7 @@ module Middleman
watcher.listener.ignore(/^vendor\/bundle/)
end
end
end
# store configured port to make a check later on possible
configured_port = app.config[:port]