Skip to content

Commit

Permalink
#40931: Update prebid.js version [ https://clickio.tpondemand.com/ent…
Browse files Browse the repository at this point in the history
…ity/40931 ]

 - поменял путь до проекта
  • Loading branch information
PsychodelEKS committed May 29, 2024
1 parent a4466be commit b208458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function getModulesListToAddInBanner(modules) {
function gulpBundle(dev) {
return bundle(dev)
.pipe(gulp.dest('build/' + (dev ? 'dev' : 'dist')))
.pipe(gulp.dest('../Medianet/client_js/bundles'));
.pipe(gulp.dest('../client-js/bundles'));
}

function nodeBundle(modules, dev = false) {
Expand Down

0 comments on commit b208458

Please sign in to comment.