1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Revert to Infinity

This commit is contained in:
Thomas Reynolds 2019-06-30 13:38:59 -07:00
parent c6e5e33f35
commit 17bd300e0b

View file

@ -54,7 +54,7 @@ module Middleman::Cli
desc: 'Track file dependencies'
class_option :data_collection_depth,
type: :numeric,
default: 1,
default: Infinity,
desc: 'How deep to recurse into data structures when tracking changes.'
class_option :visualize_graph,
type: :boolean,