Skip to content

prebid/prebid-js-build-generator

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