mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
remove PostCSS log
This commit is contained in:
@@ -187,7 +187,6 @@ module.exports = function(Meta) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
winston.verbose('[meta/css] Running PostCSS Plugins');
|
|
||||||
postcss([ autoprefixer ]).process(lessOutput.css).then(function (result) {
|
postcss([ autoprefixer ]).process(lessOutput.css).then(function (result) {
|
||||||
result.warnings().forEach(function (warn) {
|
result.warnings().forEach(function (warn) {
|
||||||
winston.verbose(warn.toString());
|
winston.verbose(warn.toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user