diff --git a/minifier.js b/minifier.js index c8f58ea93c..00eb345b47 100644 --- a/minifier.js +++ b/minifier.js @@ -24,11 +24,6 @@ Minifier.js.minify = function (scripts, relativePath, minify, callback) { return fs.existsSync(file); }); - if (!minify) { - options.mangle = false; - options.prefix = 1; - } - if (minify) { minifyScripts(scripts, options, callback); } else {