until now, this variable was never false... so I'm just removing it

@julianlam just in case
This commit is contained in:
psychobunny
2014-11-11 13:30:55 -05:00
parent 02b6a7893a
commit 1b9297fa31

View File

@@ -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 {