Skip to content

prebid/prebid-js-build-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a2eed7 · Jun 4, 2024

History

38 Commits
Mar 24, 2022
Jun 3, 2024
Mar 24, 2022
Mar 19, 2020
Feb 3, 2020
Jun 21, 2018
Jan 9, 2020
Jun 21, 2018
Aug 2, 2018
Sep 2, 2020
Jun 21, 2018
Aug 21, 2020
Aug 21, 2020
Aug 21, 2020
Mar 11, 2019
Aug 3, 2018
Jan 9, 2020
Aug 2, 2018
Aug 2, 2018

Repository files navigation

prebid-bundle-generator-service

API that generates a prebid.js bundle.

Usage

Send a POST request to the /download service:

{
	"modules": ["smartadserverBidAdapter", "googleAnalyticsAdapter"],
	"version": "1.12.0"
}

Responds with the content of the Prebid.js bundle with the desired modules.

Setup

run ./checkout.sh ${num_previous_ver} to checkout prebid.js and build the files, where ${num_previous_ver} is the number git tags (sorted from latest release) to checkout

Run

node app.js

Other documentation

Refer to docs directory for packaging, deployment and operations guides.

About

backend code for powering the prebid.org/download page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published