Skip to content

Commit

Permalink
Fix for issue #15 Example page with gulp serve not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mkendall07 committed Aug 11, 2015
1 parent f509749 commit e3cd862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationExamples/gpt/pbjs_example_gpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
(function() {
var prbEl = document.createElement("script"); prbEl.type = "text/javascript"
//prbEl.src = 'http://cdn.adnxs.com/tag/v/prebid/0.1.1/prebid.js';
prbEl.src = '../dist/build/prebid.js';
prbEl.src = '../../dist/build/prebid.js';
var csaTargetEl = document.getElementsByTagName("head")[0];
csaTargetEl.insertBefore(prbEl, csaTargetEl.firstChild);
})();
Expand Down

0 comments on commit e3cd862

Please sign in to comment.