Adding ignore
This commit is contained in:
parent
9886e04a95
commit
241fe69f7d
|
@ -130,6 +130,9 @@ module Middleman
|
|||
|
||||
# Hack around node_modules in root.
|
||||
watcher.listener.ignore(/^node_modules/)
|
||||
|
||||
# Hack around sass cache in root.
|
||||
watcher.listener.ignore(/^\.sass-cache/)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue