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

Commit 8457023

Browse files
authored
Merge pull request #563 from devopsdays/update-gulp
Simplify retina
2 parents 8fe5392 + c1ddf12 commit 8457023

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

gulp/tasks/responsive-images.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,38 +177,32 @@ gulp.task('responsive-images-remaining', function() {
177177
'**/*.png': [{
178178
width: '100%'
179179
}, {
180-
width: '100%',
181180
rename: {
182181
suffix: '@2x'
183182
}
184183
}, {
185-
width: '100%',
186184
rename: {
187185
suffix: '@3x'
188186
}
189187
}],
190188
'**/*.jpeg': [{
191189
width: '100%'
192190
}, {
193-
width: '100%',
194191
rename: {
195192
suffix: '@2x'
196193
}
197194
}, {
198-
width: '100%',
199195
rename: {
200196
suffix: '@3x'
201197
}
202198
}],
203199
'**/*.jpg': [{
204200
width: '100%'
205201
}, {
206-
width: '100%',
207202
rename: {
208203
suffix: '@2x'
209204
}
210205
}, {
211-
width: '100%',
212206
rename: {
213207
suffix: '@3x'
214208
}

0 commit comments

Comments
 (0)