Revert uglify

This commit is contained in:
Igor Zhukov 2016-07-05 18:04:50 +03:00
parent 9b763a16cb
commit ebbbada2b0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
.idea
.publish
*.sublime-workspace
# Node.js package manager

View File

@ -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'))