Skip to content

Commit

Permalink
Update gulp task to resize default speaker image (devopsdays#2737)
Browse files Browse the repository at this point in the history
* Add preliminary speakers for 2017 Chicago

* Fix Ashley bio

* Add remaining Chicago speakers

* Add placeholder images to Alison and Jahmel

* Add resizing to default speaker image
  • Loading branch information
mattstratton authored Jul 17, 2017
1 parent 92358e1 commit af47b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/responsive-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gulp.task('responsive-organizer-images', function() {
});

gulp.task('responsive-speaker-images', function() {
return gulp.src(['public/**/speakers/*.jpg', 'public/**/speakers/*.png'])
return gulp.src(['public/**/speakers/*.jpg', 'public/**/speakers/*.png', 'public/**/speaker_default.jpg'])
.pipe(responsive({
'**/*.png': [{
width: 300,
Expand Down

0 comments on commit af47b82

Please sign in to comment.