Skip to content

Commit b72cf92

Browse files
author
Marion Duprey
committed
Process images on default gulp task.
1 parent bc8baef commit b72cf92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ _site
55
**/.DS_Store
66
node_modules
77
vendor
8+
assets

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ gulp.task('watch', function () {
6464
* Default task, running just `gulp` will compile the stylus,
6565
* compile the jekyll site, launch BrowserSync & watch files.
6666
*/
67-
gulp.task('default', ['js', 'stylus', 'watch']);
67+
gulp.task('default', ['js', 'stylus', 'imagemin', 'watch']);

0 commit comments

Comments
 (0)