Skip to content

Commit

Permalink
Merge pull request #1270 from canalplus/misc/remove-compiled-builds-f…
Browse files Browse the repository at this point in the history
…rom-git

[Proposal] Remove dist folder and its content from git for the v4
  • Loading branch information
peaBerberian committed Oct 19, 2023
2 parents aa5f2d8 + 1663a2e commit ef363f5
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 55,241 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
/tests/performance/package.json
/tests/performance/package-lock.json

/dist/_esm5.processed
/dist/_esm5.raw
/dist/

/doc/generated

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ npm run test
npm run list
```

Builds are included in the ``dist/`` directory (builds based on the last version
are already included there).



## Why a new player? ###########################################################

Expand Down
Binary file removed dist/mpd-parser.wasm
Binary file not shown.
3 changes: 0 additions & 3 deletions dist/rx-player.d.ts

This file was deleted.

55,222 changes: 0 additions & 55,222 deletions dist/rx-player.js

This file was deleted.

3 changes: 0 additions & 3 deletions dist/rx-player.min.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/rx-player.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/rx-player.min.js.LICENSE.txt

This file was deleted.

5 changes: 1 addition & 4 deletions doc/api/Miscellaneous/DASH_WASM_Parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ You can find it at any of the following places:
the files linked to the RxPlayer's version you're using), as
`mpd-parser.wasm`.

- It is also available as `dist/mpd-parser.wasm` from the root directory of
the project.

This file is also published on npm, which mean they might already be
- This file is also published on npm, which mean they might already be
loaded in your project, for example in the node_modules directory (most
probably in `node_modules/rx-player/dist/mpd-parser.wasm` depending on
your project).
Expand Down

0 comments on commit ef363f5

Please sign in to comment.