brave / brave-core-crx-packager

Mozilla Public License 2.0
41 stars 35 forks source link

import adblock-resources repo as a library #972

Open antonok-edm opened 2 months ago

antonok-edm commented 2 months ago

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?