1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Remove gulp-imagemin (#10435)

This package hasn't been used since #8140, which dropped it for being
too slow and of minimal benefit.

We should consider re-adding this as a CI check to ensure images are
optimized, but I don't think it should be re-added to the build process
itself.
This commit is contained in:
Mark Stacey 2021-02-15 11:50:01 -03:30 committed by GitHub
parent 932794a5dd
commit 8a76dcc18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 803 deletions

View File

@ -234,7 +234,6 @@
"get-port": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-livereload": "4.0.0",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.0",
@ -289,9 +288,6 @@
"lavamoat": {
"allowScripts": {
"node-sass": true,
"optipng-bin": true,
"gifsicle": true,
"jpegtran-bin": true,
"chromedriver": true,
"geckodriver": true,
"@sentry/cli": true,

825
yarn.lock

File diff suppressed because it is too large Load Diff