diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-04-02 02:37:43 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-04-02 02:37:43 +0900 |
| commit | 530912b38bfc329a37e3f6d729a517382bb149dc (patch) | |
| tree | 73512e3e8e9890e4175f29dc0b8283def73eae16 /gulpfile.ts | |
| parent | :v: (diff) | |
| download | misskey-530912b38bfc329a37e3f6d729a517382bb149dc.tar.gz misskey-530912b38bfc329a37e3f6d729a517382bb149dc.tar.bz2 misskey-530912b38bfc329a37e3f6d729a517382bb149dc.zip | |
Fix 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 2eef6ee9d7..6591a7d69d 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -28,7 +28,7 @@ const isDebug = !isProduction; if (isDebug) { console.warn(chalk.yellow.bold('WARNING! NODE_ENV is not "production".')); - console.warn(chalk.yellow.bold(' built script compessing will not be performed.')); + console.warn(chalk.yellow.bold(' built script will not be compressed.')); } const constants = require('./src/const.json'); |