From c61cb067e949047cb6803eb128b7cffa3c419557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Fri, 20 Jan 2017 06:21:27 +0900 Subject: [PATCH] Update gulpfile.ts --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.ts b/gulpfile.ts index dbd8bb147..491ce7e4d 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -35,7 +35,7 @@ const isProduction = env === 'production'; const isDebug = !isProduction; if (isDebug) { - console.log(chalk.yellow.bold('!!!注意!!! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)')); + console.log(chalk.yellow.bold('!!!注意!!! 開発モードが有効です。(成果物の圧縮などはスキップされます)')); } if (!fs.existsSync('./.config/default.yml')) {