diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-01-20 06:21:27 +0900 |
|---|---|---|
| committer | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-01-20 06:21:27 +0900 |
| commit | c61cb067e949047cb6803eb128b7cffa3c419557 (patch) | |
| tree | ef0c28d6afe34ac0a63e7738477c6b21a7c30d99 | |
| parent | Update gulpfile.ts (diff) | |
| download | misskey-c61cb067e949047cb6803eb128b7cffa3c419557.tar.gz misskey-c61cb067e949047cb6803eb128b7cffa3c419557.tar.bz2 misskey-c61cb067e949047cb6803eb128b7cffa3c419557.zip | |
Update gulpfile.ts
| -rw-r--r-- | gulpfile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index dbd8bb1472..491ce7e4d2 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')) { |