typeo in imagemin-watch

ohh gee, I made a mistake in the patch.

it's supposed to be

```

/**
 * Ensures the 'imagemin' task is complete before reloading browsers
 * @verbose
 */
gulp.task( 'imagemin-watch', ['imagemin'], function( ) {
  browserSync.reload();

});
```

Sorry for the inconvenience
This commit is contained in:
Johan Nielsen 2018-04-03 19:35:04 +02:00 committed by GitHub
parent 4ab2e3d8c4
commit 466a98da36
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: