mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-18 16:50:35 +02:00
until now, this variable was never false... so I'm just removing it
@julianlam just in case
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user