Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit b6b027e

Browse files
committed
Fix bug occurred by last merge
1 parent 7245ffd commit b6b027e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ elixir.extend('typescript', function (outputFileName, outputFolder, search, opti
1919
}, options);
2020

2121
new Task(pluginName, function () {
22-
var tsResult = gulp.src(assetPath + '/**/*.ts')
22+
var tsResult = gulp.src(assetPath + search)
2323
.pipe(ts(options))
2424
.on('error', function(e) {
2525
new elixir.Notification().error(e, 'TypeScript Compilation Failed!');

0 commit comments

Comments
 (0)