From 5759da2dbdfc829e11ed26fbab1bfc10f3d905a3 Mon Sep 17 00:00:00 2001 From: Robin Hawkes Date: Tue, 1 Mar 2016 22:39:19 +0000 Subject: [PATCH] Tweaked build step --- gulpfile.babel.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index de49deb..4b2e24d 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -86,7 +86,6 @@ function build() { }, devtool: 'source-map' })) - // .pipe($.stripComments()) .pipe(gulp.dest(destinationFolder)) .pipe($.filter(['*', '!**/*.js.map'])) .pipe($.rename(exportFileName + '.min.js')) diff --git a/package.json b/package.json index 1f091cd..17b1a9a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "gulp-plumber": "^1.0.1", "gulp-rename": "^1.2.0", "gulp-sourcemaps": "^1.3.0", - "gulp-strip-comments": "^2.2.1", "gulp-uglify": "^1.5.2", "gulp-util": "^3.0.6", "isparta": "^3.0.3",