-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/custom namespacing #409
Feature/custom namespacing #409
Conversation
Replacing all references to 'pbjs' with '$$PREBID_GLOBAL$$'.
Adding integrationExamples to what gets string-replaced.
Conflicts: integrationExamples/gpt/pbjs_example_gpt.html src/bidmanager.js src/prebid.js test/spec/unit/pbjs_api_spec.js
Some cleanup after merge.
@mkendall07 I resolved the conflicts with master and re-pushed. |
I'll resolve conflicts again, as soon at #438 is resolved. |
Conflicts: src/bidmanager.js src/prebid.js test/spec/unit/pbjs_api_spec.js
OK, @mkendall07 -- ready for review again. |
@nedstankus With that said, i'll try to get this in by early next week. |
@@ -10,6 +10,7 @@ | |||
"type": "git", | |||
"url": "https://github.com/prebid/Prebid.js.git" | |||
}, | |||
"globalVarName": "pbjs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: please soft tabs (spaces)
I'm going to merge this because it looks like it's working now. We'll monitor for any side effects as we move towards our next release iteration. |
Switched global name to$$PREBID_GLOBAL$$ , replaced, by default, with 'pbjs'.
Updated references in /src, /test and /integrationExamples.