From ed18520bf483d8525bd1b003daab354ce5906fa3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 7 Jan 2017 22:38:40 +0900 Subject: [PATCH] Improve: More impact messsage --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.ts b/gulpfile.ts index c432232d9..5246705a1 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -171,7 +171,7 @@ gulp.task('build:client', [ gutil.log('ビルドが終了しました。'); if (isDebug) { - gutil.log('■ 注意! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)'); + gutil.log('!!!注意!!! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)'); } });