Add bower_components ignore (#2010)

master
Stanislav 2016-11-23 20:34:53 +03:00 committed by Thomas Reynolds
parent 42e31c8c5e
commit a680fb30c5
1 changed files with 3 additions and 0 deletions

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/)