Skip to content

Commit 4e01b95

Browse files
committed
Fix path order
1 parent dd10dfa commit 4e01b95

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
@@ -15,7 +15,7 @@ elixir.extend('typescript', function (outputFileName, outputFolder, search, opti
1515
var assetPath = './' + elixir.config.assetsPath;
1616

1717
outputFolder = outputFolder || './public/js/';
18-
search = '/typescript' + search || '/**/*.ts';
18+
search = search || '/typescript/**/*.ts';
1919

2020
options = _.extend({
2121
sortOutput: true

0 commit comments

Comments
 (0)