Skip to content

Commit d4a7fac

Browse files
Andy Hansonandy-hanson
Andy Hanson
authored andcommitted
Add newlines between concatted files in lib.d.ts
1 parent 7a1635f commit d4a7fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ for (const i in libraryTargets) {
168168
gulp.task(target, false, [], function() {
169169
return gulp.src(sources)
170170
.pipe(newer(target))
171-
.pipe(concat(target, { newLine: "" }))
171+
.pipe(concat(target, { newLine: "\n\n" }))
172172
.pipe(gulp.dest("."));
173173
});
174174
}

0 commit comments

Comments
 (0)