Disabling: guard's cli interactions.

This commit is contained in:
Arron Mabrey 2011-12-16 08:54:09 -05:00
parent 869eb667e6
commit a5fb18d3c8

View file

@ -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