From 1ca60142842462d3ce195ce40a3893f863224e29 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 21 Oct 2019 08:34:09 +0900 Subject: Resolve #5533 --- gulpfile.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'gulpfile.ts') diff --git a/gulpfile.ts b/gulpfile.ts index 80500c2951..8b9820c0ce 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -12,7 +12,6 @@ const stylus = require('gulp-stylus'); import * as uglifyComposer from 'gulp-uglify/composer'; import * as rimraf from 'rimraf'; import chalk from 'chalk'; -const imagemin = require('gulp-imagemin'); import * as rename from 'gulp-rename'; import * as mocha from 'gulp-mocha'; import * as replace from 'gulp-replace'; @@ -122,7 +121,6 @@ gulp.task('copy:client', () => './src/client/assets/**/*', './src/client/app/*/assets/**/*' ]) - .pipe(isProduction ? (imagemin as any)() : gutil.noop()) .pipe(rename(path => { path.dirname = path.dirname!.replace('assets', '.'); })) -- cgit v1.2.3-freya