Update package.json dependencies

This commit is contained in:
RainLoop Team 2017-05-22 21:50:42 +03:00
parent 879ffb3e37
commit a44e4b1815
3 changed files with 121 additions and 145 deletions

View file

@ -389,7 +389,7 @@ gulp.task('js:min', ['js:app', 'js:admin'], function() {
.pipe(uglify({
mangle: true,
compress: true,
'screw-ie8': true
ie8: false
}))
.pipe(eol('\n', true))
.pipe(gulp.dest(cfg.paths.staticMinJS))