mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 20:56:05 +02:00
fix(gulpfile): show error on uglify (#1860)
This commit is contained in:
committed by
Liran Tal
parent
e4f83c69ff
commit
4320780d99
@@ -153,6 +153,8 @@ gulp.task('uglify', function () {
|
||||
.pipe(plugins.ngAnnotate())
|
||||
.pipe(plugins.uglify({
|
||||
mangle: true
|
||||
}).on('error', function (err) {
|
||||
console.log('Uglify error : ', err.toString());
|
||||
}))
|
||||
.pipe(plugins.concat('application.min.js'))
|
||||
.pipe(plugins.rev())
|
||||
|
||||
Reference in New Issue
Block a user