Skip to content

Commit 638dc2f

Browse files
committed
Changed: Watched Path
1 parent 1a6e6ce commit 638dc2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elixir-typescript",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Laravel Elixir Typescript Compiler Extension",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)