fix livereload regex

This commit is contained in:
Thomas Reynolds 2011-08-09 14:38:08 -07:00
parent d2cbfc432f
commit 9e3830cf7b

View file

@ -25,7 +25,7 @@ module Middleman::Guard
guardfile_contents << %Q{
guard 'livereload'#{livereload_options_hash} do
watch(%r{^source/^[^\.](.*)$})
watch(%r{^source/([^\.].*)$})
end
}
end