Evaluate and remove the usage of data/shopify_liquid/tags.yml, data/shopify_liquid/filters.yml, data/shopify_liquid/objects.yml in favor of the SourceIndex.
Now, the SourceIndex holds the most updated values for objects, filters, and tags. The goal of this issue is to remove those YAML files in favor of the new SourceIndex.
Evaluate and remove the usage of
data/shopify_liquid/tags.yml
,data/shopify_liquid/filters.yml
,data/shopify_liquid/objects.yml
in favor of theSourceIndex
.Now, the
SourceIndex
holds the most updated values for objects, filters, and tags. The goal of this issue is to remove those YAML files in favor of the newSourceIndex
.