Skip .scss files if build not required #1944

This commit is contained in:
Tom Najdek 2021-02-24 16:36:27 +01:00
parent d9cf53725a
commit 294d5679d3
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
6 changed files with 81 additions and 62 deletions

View file

@ -17,7 +17,7 @@ function onError(err) {
function onSuccess(result) {
var msg = `${green('Success:')} ${blue(`[${result.action}]`)} ${result.count} files processed`;
if (result.totalCount) {
msg += ` (out of total ${result.totalCount} matched)`;
msg += ` | ${result.totalCount} checked`;
}
msg += ` [${yellow(`${result.processingTime}ms`)}]`;