Merge pull request #630 from 0dp/patch-2
typeo in imagemin-watch - @0dp no problem!
This commit is contained in:
commit
214ed46dea
|
@ -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:
|
||||
|
|
Reference in New Issue