mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
removed unnecessary code
This commit is contained in:
@@ -137,15 +137,9 @@ function getBundleMetadata(target, callback) {
|
||||
var imports = cssImports + '\n' + lessImports;
|
||||
imports = buildImports[target](imports);
|
||||
|
||||
next(null, imports);
|
||||
next(null, { paths: paths, imports: imports });
|
||||
},
|
||||
], function (err, imports) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
callback(null, { paths: paths, imports: imports });
|
||||
});
|
||||
], callback);
|
||||
}
|
||||
|
||||
CSS.buildBundle = function (target, fork, callback) {
|
||||
|
||||
Reference in New Issue
Block a user