2.0.0 • Published 1 month ago

@tgam/prebid v2.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 month ago

Overview

This repo generates the Prebid build files that are later loaded via script in Fusion.

See https://github.com/prebid/Prebid.js/blob/master/README.md#build-for-development

How to build Prebid files and publish them to NPM.

  • Make sure you have the correct modules listed in prebid-build.sh file, right after --modules.
  • Execute npm run build to build the prebid.js file with all the required modules.
  • Create a pull request to main branch, ask to review your PR, merge it.
  • Pull the latest main branch. Run npm version patch (or minor) in the terminal, to increment the version of the package. NPM will create a commit for you, push it to main.
  • Execute npm publish to publish the files to NPM registry.
  • Update the script file name in Fusion to point to the new version: https://www.unpkg.com/@tgam/prebid@{VERSION}/library/prebid.js.
2.0.0

1 month ago

1.2.0

5 months ago

1.1.1

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago