diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-29 13:35:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-29 13:35:48 +0900 |
| commit | bc6430c6d2c165f668f51bb281faeb86c0cb19c8 (patch) | |
| tree | e75c454ca1994b876bb709ceea8a43b4641353ba | |
| parent | Update README.md (diff) | |
| download | sharkey-bc6430c6d2c165f668f51bb281faeb86c0cb19c8.tar.gz sharkey-bc6430c6d2c165f668f51bb281faeb86c0cb19c8.tar.bz2 sharkey-bc6430c6d2c165f668f51bb281faeb86c0cb19c8.zip | |
Remove unused const
| -rw-r--r-- | gulpfile.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index 9c61e3a1cb..c72dedda2a 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -125,7 +125,6 @@ gulp.task('build:client:script', () => .pipe(replace('VERSION', JSON.stringify(version))) .pipe(replace('API', JSON.stringify(config.api_url))) .pipe(replace('ENV', JSON.stringify(env))) - .pipe(replace('HOST', JSON.stringify(config.host))) .pipe(isProduction ? uglify({ toplevel: true } as any) : gutil.noop()) |