Improve: More impact messsage

This commit is contained in:
syuilo 2017-01-07 22:38:40 +09:00
parent aa88297fa0
commit ed18520bf4
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ gulp.task('build:client', [
gutil.log('ビルドが終了しました。');
if (isDebug) {
gutil.log('■ 注意! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)');
gutil.log('!!!注意!!! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)');
}
});