From 3b1de0dd6d21799fcddf7ea0b1de973da0140176 Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 9 Mar 2017 14:16:10 +0800 Subject: [PATCH] * change gulp task. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 647a36a2..8e5136a1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -436,7 +436,7 @@ gulp.task('build', function(callback) { if(type && type[0] === '-') type = type.substr(1); console.log(' BEGIN >> ' + (' Build ' + name.bold + ' ').inverse); buildBundle(name, function() { - console.log(' END >> ' + (' Build ' + name.bold + ' completed. ').green.inverse); + console.log(' END >> ' + (' Build ' + name.bold + ' completed :)').green.inverse); }, type); }); -- GitLab