diff --git a/README.md b/README.md index edda374..fa890ef 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,7 @@ Now you will be able to use ```gulp deploy``` and your ```/dist/``` folder will ## Demo -![starterkit-terminal](https://cloud.githubusercontent.com/assets/7629661/10411872/2d17f1cc-6f74-11e5-85b2-09750a53db5e.gif) -![gulp-deploy](https://cloud.githubusercontent.com/assets/7629661/9824399/cece3d5a-58cc-11e5-9612-697e8a28b57b.png) +![starterkit-terminal](https://cloud.githubusercontent.com/assets/7629661/10411914/803cb756-6f75-11e5-82c3-b0832b425b77.gif) ## License diff --git a/gulpfile.js b/gulpfile.js index 74b10f7..e4e55d1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,11 +126,7 @@ gulp.task('scripts', function() { gulp.task('images', function() { gulp.src(routes.files.images) .pipe(imagemin()) - .pipe(gulp.dest(routes.files.imgmin)) - .pipe(notify({ - title: 'Images optimized!', - message: 'your images has been compressed.', - })); + .pipe(gulp.dest(routes.files.imgmin)); }); /* Deploy, deploy dist/ files to an ftp server */