Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
tsFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbommarito committed Jun 15, 2016
1 parent 38b3ba7 commit ce4366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ gulp.task("compile-test", function () {
var ts = require("gulp-typescript");
var insert = require("gulp-insert");

return gulp.src([testPath + "/test.ts"])
return gulp.src([testPath + tsFiles])
.pipe(ts(tsCompileOptions))
.pipe(insert.prepend(compiledSourceWarningMessage))
.pipe(gulp.dest(path.join(binPath, testPath)));
Expand Down

0 comments on commit ce4366c

Please sign in to comment.