Return gulp.src result

This commit is contained in:
Maddison Hellstrom 2017-10-31 00:41:45 -07:00
parent f4b6ac907b
commit db8c4319a1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ gulp.task('readme', function() {
var u = new URL(c.search);
return a + `| \`${c.alias}\` | \`${c.name}\` | \`${u.hostname}\` |\n`;
}, "");
gulp.src(['./README.tmpl.md'])
return gulp.src(['./README.tmpl.md'])
.pipe(replace("<!--DISCLAIMER-->", disclaimer))
.pipe(replace("<!--COMPL_COUNT-->", compl.length))
.pipe(replace("<!--COMPL_TABLE-->", table))