Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6671250

Browse files
committedJan 21, 2016
Use compress: {} instead of compress: true
See gruntjs/grunt-contrib-uglify#298
1 parent 64735f9 commit 6671250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = function(grunt) {
7676
options: {
7777
mangle : false,
7878
beautify : false,
79-
compress: true
79+
compress: {}
8080
},
8181
files: {
8282
'js/freeboard.thirdparty.min.js' : [ 'js/freeboard.thirdparty.js' ]

0 commit comments

Comments
 (0)
This repository has been archived.