Skip to content

Commit 4faafe9

Browse files
committed
Enabled uglify file size report in Grunt config.
1 parent 02dee1e commit 4faafe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ module.exports = function(grunt) {
9191
'<%= buildpath %>/<%= files.min %>': '<%= buildpath %>/<%= files.cat %>'
9292
},
9393
options: {
94-
banner: '<%= banner %>'
94+
banner: '<%= banner %>',
95+
report: 'gzip'
9596
}
9697
}
9798
},

0 commit comments

Comments
 (0)