This change means we can remove dist/resources.json and the corresponding build step in the adblock-resources repo.
One annoyance is that package-lock.json now locks adblock-resources to a specific commit, so it will no longer be updated here automatically when resources are updated. Maybe we should add a version of the code in adblock-resources that pulls the resources from adblock-resources#master rather than whatever's in-tree?
This change means we can remove
dist/resources.json
and the corresponding build step in theadblock-resources
repo.One annoyance is that
package-lock.json
now locksadblock-resources
to a specific commit, so it will no longer be updated here automatically when resources are updated. Maybe we should add a version of the code inadblock-resources
that pulls the resources fromadblock-resources#master
rather than whatever's in-tree?