mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[gulp-changed] Fix typo
This commit is contained in:
parent
964d8d6470
commit
829c564bf1
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user