Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit ebdb525

Browse files
authored
Use only 1 and 2x enlargement
1 parent f5ea04a commit ebdb525

1 file changed

Lines changed: 0 additions & 42 deletions

File tree

gulp/tasks/responsive-images.js

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ gulp.task('responsive-images-logos', function() {
2626
rename: {
2727
suffix: '@2x'
2828
}
29-
}, {
30-
width: 1500,
31-
height: 1500,
32-
rename: {
33-
suffix: '@3x'
34-
}
3529
}],
3630
}, {
3731
// global configuration
@@ -58,12 +52,6 @@ gulp.task('responsive-organizer-images', function() {
5852
rename: {
5953
suffix: '@2x'
6054
}
61-
}, {
62-
width: 900,
63-
height: 900,
64-
rename: {
65-
suffix: '@3x'
66-
}
6755
}],
6856
}, {
6957
// global configuration
@@ -90,12 +78,6 @@ gulp.task('responsive-speaker-images', function() {
9078
rename: {
9179
suffix: '@2x'
9280
}
93-
}, {
94-
width: 900,
95-
height: 900,
96-
rename: {
97-
suffix: '@3x'
98-
}
9981
}],
10082
'**/*.jpg': [{
10183
width: 300,
@@ -106,12 +88,6 @@ gulp.task('responsive-speaker-images', function() {
10688
rename: {
10789
suffix: '@2x'
10890
}
109-
}, {
110-
width: 900,
111-
height: 900,
112-
rename: {
113-
suffix: '@3x'
114-
}
11591
}]
11692
}, {
11793
// global configuration
@@ -136,11 +112,6 @@ gulp.task('responsive-sponsor-images', function() {
136112
rename: {
137113
suffix: '@2x'
138114
}
139-
}, {
140-
width: 600,
141-
rename: {
142-
suffix: '@3x'
143-
}
144115
}],
145116
'*.jpg': [{
146117
width: 200
@@ -149,11 +120,6 @@ gulp.task('responsive-sponsor-images', function() {
149120
rename: {
150121
suffix: '@2x'
151122
}
152-
}, {
153-
width: 600,
154-
rename: {
155-
suffix: '@3x'
156-
}
157123
}]
158124
}, {
159125
// global configuration
@@ -180,10 +146,6 @@ gulp.task('responsive-images-remaining', function() {
180146
rename: {
181147
suffix: '@2x'
182148
}
183-
}, {
184-
rename: {
185-
suffix: '@3x'
186-
}
187149
}],
188150
'**/*.jpeg': [{
189151
width: '100%'
@@ -202,10 +164,6 @@ gulp.task('responsive-images-remaining', function() {
202164
rename: {
203165
suffix: '@2x'
204166
}
205-
}, {
206-
rename: {
207-
suffix: '@3x'
208-
}
209167
}]
210168
}, {
211169
// global configuration

0 commit comments

Comments
 (0)