mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
running less compilation in series
This commit is contained in:
@@ -81,7 +81,7 @@ module.exports = function(Meta) {
|
||||
source = '@import "./theme";\n' + source;
|
||||
|
||||
var fromFile = nconf.get('from-file') || '';
|
||||
async.parallel([
|
||||
async.series([
|
||||
function(next) {
|
||||
if (fromFile.match('clientLess')) {
|
||||
winston.info('[minifier] Compiling front-end LESS files skipped');
|
||||
|
||||
Reference in New Issue
Block a user