Add bower_components ignore (#2010)

This commit is contained in:
Stanislav 2016-11-23 20:34:53 +03:00 committed by Thomas Reynolds
parent 42e31c8c5e
commit a680fb30c5

View file

@ -160,6 +160,9 @@ module Middleman
path: root,
only: match_against
# Hack around bower_components in root.
watcher.listener.ignore(/^bower_components/)
# Hack around node_modules in root.
watcher.listener.ignore(/^node_modules/)