Skip to content

Commit 45b984a

Browse files
committed
Use compress: {} instead of compress: true
See gruntjs/grunt-contrib-uglify#298
1 parent 1b1ebd5 commit 45b984a

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
@@ -22,7 +22,7 @@ module.exports = function ( grunt ) {
2222
jsmin: {
2323
options: {
2424
mangle: true,
25-
compress: true,
25+
compress: {},
2626
sourceMap: output.map
2727
},
2828
src: output.js,

0 commit comments

Comments
 (0)