mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Update gulpfile.ts
This commit is contained in:
parent
8fb70fb4b7
commit
a02e0a17d3
@ -35,7 +35,7 @@ const isProduction = env === 'production';
|
|||||||
const isDebug = !isProduction;
|
const isDebug = !isProduction;
|
||||||
|
|
||||||
if (isDebug) {
|
if (isDebug) {
|
||||||
console.log(chalk.yellow.bold('!!!注意!!! 開発モードでのビルドです。(成果物の圧縮などはスキップされます)'));
|
console.log(chalk.yellow.bold('!!!注意!!! 開発モードが有効です。(成果物の圧縮などはスキップされます)'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!fs.existsSync('./.config/default.yml')) {
|
if (!fs.existsSync('./.config/default.yml')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user