|
|
@ -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');
|
|
|
|