From 08c3e47a9ddd5dd80cd51d24b98e1c78b1c4f652 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Sun, 30 Oct 2016 18:16:37 +0200 Subject: [PATCH] Fixed #392 --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 47b0a7d3..48400057 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -150,6 +150,7 @@ module.exports = function(grunt) { eqnull: true, browser: true, debug: true, + reporterOutput: '', globals: { casper: true, Raphael: true, @@ -176,6 +177,9 @@ module.exports = function(grunt) { ] }, hash: { + options: { + mapping: '' + }, js: { src: 'build/bundle.min.js', dest: 'build/'