summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-01-20 06:21:27 +0900
committersyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-01-20 06:21:27 +0900
commitc61cb067e949047cb6803eb128b7cffa3c419557 (patch)
treeef0c28d6afe34ac0a63e7738477c6b21a7c30d99
parentUpdate gulpfile.ts (diff)
downloadmisskey-c61cb067e949047cb6803eb128b7cffa3c419557.tar.gz
misskey-c61cb067e949047cb6803eb128b7cffa3c419557.tar.bz2
misskey-c61cb067e949047cb6803eb128b7cffa3c419557.zip
Update gulpfile.ts
-rw-r--r--gulpfile.ts2
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')) {