From 069a48da60fd2f3c5651e60e7358deea1168d65c Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 30 Nov 2015 11:42:45 -0500 Subject: [PATCH] Disable source map generation Fixes #995 --- grunt/Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grunt/Gruntfile.js b/grunt/Gruntfile.js index 8b83f4813..901abb1d5 100644 --- a/grunt/Gruntfile.js +++ b/grunt/Gruntfile.js @@ -37,8 +37,7 @@ module.exports = function(grunt) { uglify: { options: { mangle: false, - sourceMap: true, - sourceMapName: '../static/dist/<%= pkg.name %>.min.map' + sourceMap: false }, js_min: { files: {