Disabling: guard's cli interactions.
This commit is contained in:
parent
869eb667e6
commit
a5fb18d3c8
|
@ -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