mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
images cleanup
This commit is contained in:
parent
6db5ce7fb0
commit
24a4273176
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 767 KiB After Width: | Height: | Size: 497 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 MiB |
@ -193,7 +193,7 @@ gulp.task('svg', function() {
|
|||||||
gulp.task('images', function() {
|
gulp.task('images', function() {
|
||||||
return gulp.src(SRC + '_assets/images/**/*')
|
return gulp.src(SRC + '_assets/images/**/*')
|
||||||
.pipe($.if(isProduction, $.imagemin({
|
.pipe($.if(isProduction, $.imagemin({
|
||||||
optimizationLevel: 5, // png
|
optimizationLevel: 3, // png
|
||||||
progressive: true, // jpg
|
progressive: true, // jpg
|
||||||
interlaced: true, // gif
|
interlaced: true, // gif
|
||||||
multipass: true, // svg
|
multipass: true, // svg
|
||||||
|
Loading…
Reference in New Issue
Block a user