Open ShivanKaul opened 2 months ago
We currently consume resources.json (https://github.com/brave/adblock-resources/blob/master/dist/resources.json) in crx-packager. This requires remembering to run npm run build when adding/editing a resource under resources/ like in https://github.com/brave/adblock-resources/pull/207
resources.json
npm run build
We should just run npm run build in crx-packager on the raw resources.
My npm build in LTS is 8, which isn't supported :(
@ryanbr what @ShivanKaul is saying is we can run it on the servers, so you won't need any extra steps
We currently consume
resources.json
(https://github.com/brave/adblock-resources/blob/master/dist/resources.json) in crx-packager. This requires remembering to runnpm run build
when adding/editing a resource under resources/ like in https://github.com/brave/adblock-resources/pull/207We should just run
npm run build
in crx-packager on the raw resources.