Skip to content
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

Building bid adapters without building the whole project #10838

Open
Lvovk opened this issue Dec 14, 2023 · 3 comments
Open

Building bid adapters without building the whole project #10838

Lvovk opened this issue Dec 14, 2023 · 3 comments

Comments

@Lvovk
Copy link

Lvovk commented Dec 14, 2023

I need to build certain bid adapter, but I don't want to build whole project. Is is possible?

@dgirardi
Copy link
Collaborator

dgirardi commented Dec 14, 2023

You can gulp build --modules=[someBidAdapter] (see README); that builds core + the selected module(s), which is currently the smallest scope possible.

@patmmccann patmmccann moved this from Triage to Ready for Dev in Prebid.js Tactical Issues table Jan 3, 2024
@patmmccann
Copy link
Collaborator

We plan to add documentation on how to conditionally load a module on some event, eg user consent for some bidder or gathering an email for some id module.

@dgirardi
Copy link
Collaborator

Need to document:

  • gulp bundle
  • how to dynamically load individual modules at runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Dev
Development

No branches or pull requests

3 participants