From 1f38116170ac1f802e2179379849606554573077 Mon Sep 17 00:00:00 2001 From: David Duponchel Date: Sun, 14 Feb 2016 22:14:09 +0100 Subject: [PATCH] Remove the gzip reporter. 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 # 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. --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3c90efc4..d8c6938b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -115,7 +115,6 @@ module.exports = function(grunt) { }, uglify: { options: { - report: 'gzip', mangle: true, preserveComments: false, banner : require('fs').readFileSync('lib/license_header.js').toString()