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