Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Removed images pipe notify, update readme.
  • Loading branch information
carloscuesta committed Oct 10, 2015
1 parent 8818c5c commit daa6259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 1 addition & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit daa6259

Please sign in to comment.