mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-14 16:38:08 +02:00
running eslint again
This commit is contained in:
@@ -20,7 +20,7 @@ Minifier.js.minify = function (scripts, minify, callback) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
|
||||
if (!exists) {
|
||||
console.warn('[minifier] file not found, ' + script);
|
||||
}
|
||||
@@ -30,7 +30,7 @@ Minifier.js.minify = function (scripts, minify, callback) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
|
||||
if (minify) {
|
||||
minifyScripts(scripts, callback);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user