-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Generate NTP Super Referrer(SR) component #97
Conversation
ddbf29e
to
7031ab4
Compare
This PR works well with https://ci.brave.com/view/all-extensions/job/brave-core-ext-ntp-super-referrer-component-dev/ |
7031ab4
to
7b21dea
Compare
7b21dea
to
c097f65
Compare
console.log(`Downloading for ${referrerName}...`) | ||
const targetResourceDir = path.join(rootResourceDir, referrerName) | ||
mkdirp.sync(targetResourceDir) | ||
const jsonFileUrl = `${dataUrl}superreferrer/${referrerName}/${jsonFileName}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beautiful- so this just uses the iOS URL to get the resources? 😎👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Jenkins job, our s3 bucket full url is passed. but not sure iOS dev will use same url or alias url.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
Issue: brave/brave-browser#8218