Skip to content

Commit

Permalink
Merge pull request #6 from BuildFire/A-H
Browse files Browse the repository at this point in the history
Enabled uglify in gulp
  • Loading branch information
ahabeb authored Nov 18, 2020
2 parents 789d934 + be3e3e2 commit daa8ba9
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 daa8ba9

Please sign in to comment.