Skip to content

backend code for powering the prebid.org/download page

Notifications You must be signed in to change notification settings

Galphimbl/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 ./chekcout.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

Languages

  • JavaScript 82.6%
  • Shell 13.4%
  • Ruby 4.0%