[gulp-changed] Fix typo

This commit is contained in:
Thomas Corbière 2015-08-20 12:37:27 +02:00
parent 964d8d6470
commit 829c564bf1

View File

@ -12,7 +12,7 @@ gulp.src("*.html")
.pipe(minifyHtml())
.pipe(gulp.dest("build"));
// Without some options
// With some options
gulp.src("*.html")
.pipe(changed("build", { hasChanged: changed.compareSha1Digest }))
.pipe(minifyHtml())