Merge pull request #630 from 0dp/patch-2

typeo in imagemin-watch - @0dp no problem!
This commit is contained in:
Holger 2018-04-03 19:37:02 +02:00 committed by GitHub
commit 214ed46dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -107,9 +107,8 @@ gulp.task( 'watch', function() {
* Ensures the 'imagemin' task is complete before reloading browsers
* @verbose
*/
gulp.task( 'imagemin-watch', ['imagemin'], function( done ) {
gulp.task( 'imagemin-watch', ['imagemin'], function( ) {
browserSync.reload();
done();
});
// Run: