Add bower_components ignore (#2010)
This commit is contained in:
parent
42e31c8c5e
commit
a680fb30c5
1 changed files with 3 additions and 0 deletions
|
@ -160,6 +160,9 @@ module Middleman
|
||||||
path: root,
|
path: root,
|
||||||
only: match_against
|
only: match_against
|
||||||
|
|
||||||
|
# Hack around bower_components in root.
|
||||||
|
watcher.listener.ignore(/^bower_components/)
|
||||||
|
|
||||||
# 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