Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/1.24.0' into aolgithub-master
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhukovsky committed Jul 19, 2017
2 parents 711ffb3 + 1718209 commit f83a866
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 @@ -46,7 +46,7 @@ gulp.task('clean', function () {
.pipe(clean());
});

gulp.task('devpack', ['clean'], function () {
gulp.task('devpack', function () {
webpackConfig.devtool = 'source-map';
const analyticsSources = helpers.getAnalyticsSources(analyticsDirectory);
return gulp.src([].concat(analyticsSources, 'src/prebid.js'))
Expand Down

0 comments on commit f83a866

Please sign in to comment.