fix livereload regex
This commit is contained in:
parent
d2cbfc432f
commit
9e3830cf7b
|
@ -25,7 +25,7 @@ module Middleman::Guard
|
|||
|
||||
guardfile_contents << %Q{
|
||||
guard 'livereload'#{livereload_options_hash} do
|
||||
watch(%r{^source/^[^\.](.*)$})
|
||||
watch(%r{^source/([^\.].*)$})
|
||||
end
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue