Adding ignore

feature/livereload-locales-data
Thomas Reynolds 2015-08-17 14:33:19 -07:00
parent 9886e04a95
commit 241fe69f7d
1 changed files with 3 additions and 0 deletions

View File

@ -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