diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-07 22:38:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-07 22:38:40 +0900 |
| commit | ed18520bf483d8525bd1b003daab354ce5906fa3 (patch) | |
| tree | 8e610e364c831607a59efeaff063002653b7bed3 | |
| parent | Improve: Add note (diff) | |
| download | misskey-ed18520bf483d8525bd1b003daab354ce5906fa3.tar.gz misskey-ed18520bf483d8525bd1b003daab354ce5906fa3.tar.bz2 misskey-ed18520bf483d8525bd1b003daab354ce5906fa3.zip | |
Improve: More impact messsage
| -rw-r--r-- | gulpfile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index c432232d99..5246705a11 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -171,7 +171,7 @@ gulp.task('build:client', [ gutil.log('ビルドが終了しました。'); if (isDebug) { - gutil.log('■ 注意! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)'); + gutil.log('!!!注意!!! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)'); } }); |