forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from themaven-net/ADS-3449-remove-freewheel-patch
Removing adjusted Freewheel bidder code.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
This is a fork of the [Prebid.js repository](https://github.com/prebid/Prebid.js). | ||
|
||
Changes unique to this fork: | ||
|
||
* This file (README\_Maven.md) | ||
* Module configuration for the Salish platform (modules.json) | ||
* Module configuration for the HubPages platform (hpmodules.json) | ||
* The Sublime bid adapter module (modules/sublimeBidAdapter.js) | ||
and tests (test/spec/modules/sublimeBidAdapter\_spec.js) | ||
|
||
|
||
## Building the Salish Prebid Bundle | ||
|
||
Follow the README.md instructions for setting up this repository, then use this | ||
command to build the bundle: | ||
|
||
$ gulp build --modules=modules.json | ||
|
||
You'll find the built prebid.js file in build/dist/prebid.js. | ||
|
||
|
||
## Building the HubPages Prebid Bundle | ||
|
||
$ gulp build --modules=hpmodules.json | ||
|
||
You'll find the built prebid.js file in build/dist/prebid.js. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters