Tell Guard that we REALLY want to know about ALL changes

This commit is contained in:
Thomas Reynolds 2011-12-05 15:04:58 -08:00
parent a494d782e6
commit 6aac51f6f0

View file

@ -27,7 +27,10 @@ module Middleman
end
}
::Guard.start({ :guardfile_contents => guardfile_contents })
::Guard.start({
:guardfile_contents => guardfile_contents,
:watch_all_modifications => true
})
end
end
end