提交 118121bf 编写于 作者: C Catouse

* improve gulp output text format.

上级 98fc87fb
......@@ -252,7 +252,7 @@ function buildBundle(name, callback, type) {
gulp.task('build:' + name + ':bundles', function(cb) {
runSequence(bundlesTaskList, function() {
console.log((' √ Build BUNDLES ' + name.toUpperCase() + ' [' + build.bundles.join(', ') + '] success! ').green);
console.log((' √ Build BUNDLES ' + name.toUpperCase() + ' [' + build.bundles.map(function(x){return x.bold;}).join(', ') + '] success! ').green);
cb();
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册