Skip to content

Commit

Permalink
Fix dist script to refer to new make_http_index script.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Aug 8, 2017
1 parent b3684b9 commit ca1d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export as namespace BrowserFS;
`);

// Scripts & library files
[path.join('scripts', 'make_xhrfs_index'), 'browserfs', 'browserfs.min'].forEach((file) => {
[path.join('scripts', 'make_http_index'), 'browserfs', 'browserfs.min'].forEach((file) => {
['.js', '.js.map'].forEach((ext) => {
copyToDist(`${file}${ext}`);
});
Expand Down

0 comments on commit ca1d67e

Please sign in to comment.