Skip to content
Permalink
Browse files

- Updating gulp-uglify version

  • Loading branch information
alvarotrigo committed Mar 5, 2018
1 parent 9264434 commit 858e271a032f14fde0f517ceb00a2a97ede87701
Showing with 4 additions and 2 deletions.
  1. +3 −1 gulpfile.js
  2. +1 −1 package.json
@@ -23,7 +23,9 @@ gulp.task('js', function() {
.pipe(sourcemaps.init())
.pipe(gulp.dest('./dist'))
.pipe(uglify({
preserveComments: 'license'
output: {
comments: 'some'
}
}))
.pipe(rename({suffix: '.min'}))
.pipe(sourcemaps.write('.'))
@@ -29,6 +29,6 @@
"gulp-clean-css": "^2.0.13",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-uglify": "^2.0.0"
"gulp-uglify": "^3.0.0"
}
}

0 comments on commit 858e271

Please sign in to comment.
You can’t perform that action at this time.