mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Update package.json dependencies
This commit is contained in:
parent
879ffb3e37
commit
a44e4b1815
3 changed files with 121 additions and 145 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue