Skip to content

Commit

Permalink
Patch on our things
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishad Trivedi committed Aug 13, 2020
1 parent 35f2755 commit d50488f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 32 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Built Files
node_modules/
build

# Test Files
test/app
Expand Down
10 changes: 10 additions & 0 deletions genius-adapters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
"appnexusBidAdapter",
"consentManagement",
"ixBidAdapter",
"prebidServerBidAdapter",
"tripleliftBidAdapter",
"rubiconBidAdapter",
"undertoneBidAdapter"
]

2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var gutil = require('gulp-util');
var connect = require('gulp-connect');
var webpack = require('webpack');
var webpackStream = require('webpack-stream');
var uglify = require('gulp-uglify');
var gulpClean = require('gulp-clean');
var KarmaServer = require('karma').Server;
var karmaConfMaker = require('./karma.conf.maker');
Expand Down Expand Up @@ -146,7 +145,6 @@ function makeWebpackPkg() {
return gulp.src([].concat(moduleSources, analyticsSources, 'src/prebid.js'))
.pipe(helpers.nameModules(externalModules))
.pipe(webpackStream(cloned, webpack))
.pipe(uglify())
.pipe(gulpif(file => file.basename === 'prebid-core.js', header(banner, { prebid: prebid })))
.pipe(gulp.dest('build/dist'));
}
Expand Down
47 changes: 19 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/prebid/Prebid.js.git"
"url": "https://github.com/Genius/Prebid.js.git"
},
"keywords": [
"advertising",
Expand All @@ -18,6 +18,9 @@
"prebid"
],
"globalVarName": "pbjs",
"analytics": [
"ga"
],
"author": "the prebid.js contributors",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit d50488f

Please sign in to comment.