Use `compress: {}` instead of `compress: true`

See https://github.com/gruntjs/grunt-contrib-uglify/issues/298
pull/156/head
Nicolas Pouillard 2016-01-21 21:27:18 +01:00
parent 64735f9de7
commit 6671250f87
No known key found for this signature in database
GPG Key ID: 10C40A56EADFABBA
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ module.exports = function(grunt) {
options: {
mangle : false,
beautify : false,
compress: true
compress: {}
},
files: {
'js/freeboard.thirdparty.min.js' : [ 'js/freeboard.thirdparty.js' ]