Merge branch 'master' into master
This commit is contained in:
commit
17f5f19002
|
@ -151,6 +151,7 @@ module Middleman
|
||||||
config[:ssl_private_key] = opts[:ssl_private_key] if opts[:ssl_private_key]
|
config[:ssl_private_key] = opts[:ssl_private_key] if opts[:ssl_private_key]
|
||||||
|
|
||||||
ready do
|
ready do
|
||||||
|
unless config[:watcher_disable]
|
||||||
match_against = [
|
match_against = [
|
||||||
%r{^config\.rb$},
|
%r{^config\.rb$},
|
||||||
%r{^environments/[^\.](.*)\.rb$},
|
%r{^environments/[^\.](.*)\.rb$},
|
||||||
|
@ -163,7 +164,6 @@ 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/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue