Skip to content

Commit

Permalink
enabled uglify in gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
halwan-bot committed Nov 18, 2020
1 parent 48b11a7 commit be3e3e2
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 @@ -134,7 +134,7 @@ jsTasks.forEach(function (task) {
presets: ["@babel/preset-env"],
})
)
// .pipe(uglify())
.pipe(uglify())
.pipe(concat("scripts.min.js"))
.pipe(gulp.dest(destinationFolder + task.dest));
});
Expand Down

0 comments on commit be3e3e2

Please sign in to comment.