Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Add consentManagement module and add build script to package.json #30

Merged
merged 1 commit into from
May 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions build/dist/prebid.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions modules.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"consentManagement",
"sonobiBidAdapter",
"ixBidAdapter",
"trustxBidAdapter",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/prebid.js",
"scripts": {
"test": "gulp run-tests",
"lint": "gulp lint"
"lint": "gulp lint",
"build": "gulp build --modules=modules.json"
},
"repository": {
"type": "git",
Expand Down