From ebbbada2b033f1a5ce75b77cd05678d048a7131d Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 5 Jul 2016 18:04:50 +0300 Subject: [PATCH] Revert uglify --- .gitignore | 1 + gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 407a7cda..3f5b292a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store .idea +.publish *.sublime-workspace # Node.js package manager diff --git a/gulpfile.js b/gulpfile.js index 248320c1..8ac491b0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -29,7 +29,7 @@ gulp.task('usemin-index', function () { return gulp.src('app/index.html') .pipe($.usemin({ html: [$.minifyHtml({empty: true})], - js: ['concat', $.ngAnnotate()/*, $.uglify({outSourceMap: false})*/], + js: ['concat', $.ngAnnotate(), $.uglify({outSourceMap: false})], css: ['concat', $.minifyCss({compatibility: true, keepBreaks: true})] })) .pipe(gulp.dest('dist'))