Skip to content

Commit

Permalink
Remove the gzip reporter.
Browse files Browse the repository at this point in the history
It uses a dependency which requires node >=0.12. On node 0.10 (used in the
travis builds) this reporter break the buid with a

    Object #<Object> has no method 'gzipSync'

This reporter needs the `--verbose` flag on grunt to display its
result, this commit won't change anything to the default output.
  • Loading branch information
dduponchel committed Mar 21, 2016
1 parent ca7ee67 commit 431a1ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ module.exports = function(grunt) {
},
uglify: {
options: {
report: 'gzip',
mangle: true,
preserveComments: false,
banner : grunt.file.read('lib/license_header.js')
Expand Down

0 comments on commit 431a1ce

Please sign in to comment.