Merge pull request #202 from tdreyno/feature/disabling-guard-cli-interactions
Disabling: guard's cli interactions.
This commit is contained in:
commit
b73ff3100f
|
@ -21,7 +21,8 @@ module Middleman::Guard
|
||||||
watch(%r{(.*)})
|
watch(%r{(.*)})
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
:watch_all_modifications => true
|
:watch_all_modifications => true,
|
||||||
|
:no_interactions => true
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue