mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +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;
|
source = '@import "./theme";\n' + source;
|
||||||
|
|
||||||
var fromFile = nconf.get('from-file') || '';
|
var fromFile = nconf.get('from-file') || '';
|
||||||
async.parallel([
|
async.series([
|
||||||
function(next) {
|
function(next) {
|
||||||
if (fromFile.match('clientLess')) {
|
if (fromFile.match('clientLess')) {
|
||||||
winston.info('[minifier] Compiling front-end LESS files skipped');
|
winston.info('[minifier] Compiling front-end LESS files skipped');
|
||||||
|
|||||||
Reference in New Issue
Block a user