From d65760e437d82919b49c68333fd7a217886893fa Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 May 2021 19:55:14 +0000 Subject: [PATCH] Make scss-logs fancy --- gulpfile.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.ts b/gulpfile.ts index 22b4ca1..3f944ef 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -374,7 +374,7 @@ export function Theme(): NodeJS.ReadWriteStream { if (settings.Watch) { - console.log("Building scss-code."); + logger.info("Building scss-code."); } return src( @@ -424,7 +424,7 @@ export function Theme(): NodeJS.ReadWriteStream { if (settings.Watch) { - console.log("Building scss-code finished."); + logger.info("Building scss-code finished."); } }); }