We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run build
resources.json
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 brave/adblock-resources#207
We should just run npm run build in crx-packager on the raw resources.
The text was updated successfully, but these errors were encountered:
My npm build in LTS is 8, which isn't supported :(
Sorry, something went wrong.
@ryanbr what @ShivanKaul is saying is we can run it on the servers, so you won't need any extra steps
antonok-edm
No branches or pull requests
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 brave/adblock-resources#207We should just run
npm run build
in crx-packager on the raw resources.The text was updated successfully, but these errors were encountered: