From 98a1c0d02ecc4bcf35dfd292f0f6e01b3a05bf39 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 19 Jun 2020 11:11:42 +0800 Subject: [PATCH] * update gulpfile. --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index e86d981a..d64c0f37 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -506,6 +506,7 @@ function startWatchSrc(name, callback) { if (name === 'lib') name = 'seperate'; var build = builds[name]; var srcDir = build && build.srcDir || './src'; + console.log(` Start watching ${srcDir.blue}`); gulp.watch([srcDir + "/less/**/*"], function (event) { buildBundle(name, function () { callback && callback(event, 'less'); -- GitLab