diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-01 18:19:33 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-01 18:19:33 +0900 |
| commit | d01f7b9ef71c765c7ed6811b539959abd95614d6 (patch) | |
| tree | 1c05944814d9cf4c164a36bb3a8b76c1213579b3 /gulpfile.ts | |
| parent | Use gulp-mocha (diff) | |
| download | sharkey-d01f7b9ef71c765c7ed6811b539959abd95614d6.tar.gz sharkey-d01f7b9ef71c765c7ed6811b539959abd95614d6.tar.bz2 sharkey-d01f7b9ef71c765c7ed6811b539959abd95614d6.zip | |
Update warning message
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index dfbc265357..61b5d41b54 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -26,7 +26,7 @@ const isProduction = env === 'production'; const isDebug = !isProduction; if (isDebug) { - console.log(chalk.yellow.bold('!!!注意!!! 開発モードが有効です。(成果物の圧縮などはスキップされます)')); + console.log(chalk.yellow.bold('!!!WARNING!!! NODE_ENV is not "production". (built script compessing will not be performed.)')); } const constants = require('./src/const.json'); |