From d90be4ec466c9dd8d89a3fa43d15149bdfafd433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 13 Nov 2016 20:26:19 +0100 Subject: [PATCH] removing debug info from grunt --- Resources/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Gruntfile.js b/Resources/Gruntfile.js index 60a81ed38..1e3fea92f 100644 --- a/Resources/Gruntfile.js +++ b/Resources/Gruntfile.js @@ -12,7 +12,7 @@ module.exports = function(grunt) { sass: { dist: { options: { - debugInfo: true, + debugInfo: false, }, files: [{ expand: true,