-
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
RequireJS requirement #28
Comments
Can you share your code on how you are trying to implemment it? |
Hey @acookcpxi, if you're trying to implement prebid.js, see the latest release as a good place to start: If you're trying to contribute to the repo, I think @mkendall07, could you also help out here? |
Hi @acookcpxi, We actually don't use |
Thanks, I hadn’t done the gulp step as I was just including the file that was downloaded from GIT… From: mkendall Hi @acookcpxihttps://github.com/acookcpxi, We actually don't use requireJS in this project at all. Browserify (http://browserify.org) is used to build all the modules and bundle one prebid.js file. Consuming this file should not require any additional dependencies. If you post a link to your code I'd be happy to point out more. — |
cleanup(openx adapter): cleanup the openx prebid adapter
Fix broken unit test for appier analytic adapter. Approved-by: Yuan-Hung Huang <yuanhung.huang@appier.com>
…ster * commit 'fe450e68a4ff3e6dc6267862b4888ea0ac3680e8': feature/CAP-2516: Remove the filtering of eids for synacormediaBidAdapter
We're having issues attempting to implement on a site that does not already have RequireJS implemented - could the integration example file be updated to include RequireJS and exaplin for people who do not use it regularly how to implement? As it is now our site breaks when we follow the integration example that is posted...
The text was updated successfully, but these errors were encountered: