Adding ignore

feature/livereload-locales-data
Thomas Reynolds 2015-08-17 15:59:48 -07:00
parent 241fe69f7d
commit 0861fad2e1
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ module Middleman
# Hack around sass cache in root.
watcher.listener.ignore(/^\.sass-cache/)
# Hack around bundler cache in root.
watcher.listener.ignore(/^vendor\/bundle/)
end
end