also watch lib rb files
This commit is contained in:
parent
a151a2d3e6
commit
e97af242bc
|
@ -12,6 +12,7 @@ module Middleman::Guard
|
|||
guardfile_contents = %Q{
|
||||
guard 'middleman'#{options_hash} do
|
||||
watch("config.rb")
|
||||
watch(%r{^lib/^[^\.](.*)\.rb$})
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue