[plyr]: update
This commit is contained in:
23
youtube/static/modules/plyr/build-instructions.md
Normal file
23
youtube/static/modules/plyr/build-instructions.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Build steps for Plyr (3.6.8)
|
||||
|
||||
Tested on Hyperbola GNU with Linux-libre.
|
||||
|
||||
First install npm (node package manager).
|
||||
|
||||
Clone the repo to a location of your choosing:
|
||||
```
|
||||
git clone https://git.sr.ht/~heckyel/plyr
|
||||
cd plyr
|
||||
```
|
||||
|
||||
Install Plyr's dependencies:
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
Build with npm:
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
plyr.js and other files will be in the `dist` directory.
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
2
youtube/static/modules/plyr/plyr.min.js
vendored
Normal file
2
youtube/static/modules/plyr/plyr.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user