Skip to content

Commit a81276f

Browse files
committed
Changed: Watched Path
1 parent 1a6e6ce commit a81276f

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
@@ -26,5 +26,5 @@ elixir.extend('typescript', function (output, dest, options) {
2626
.pipe(concat(output))
2727
.pipe(gulp.dest(dest || './public/js/app.js'));
2828
})
29-
.watch(assetPath + '/' + search);
29+
.watch(assetPath + '/typescript/**');
3030
});

0 commit comments

Comments
 (0)