mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:14:40 -05:00
add vjs to here :3
This commit is contained in:
parent
8da7fd6030
commit
ee73dd6770
1 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ app.get("/game-hub", function (req, res) {
|
|||
res.redirect("/css/" + id);
|
||||
} else if (id.endsWith(".js")) {
|
||||
if (id.endsWith(".bundle.js")) {
|
||||
const jsFiles = ["app.js", "custom-css.js", "emojis.js"];
|
||||
const jsFiles = ["app.js", "custom-css.js", "emojis.js", "vjs.min.js"];
|
||||
const combinedContent = jsFiles
|
||||
.map((fileName) => {
|
||||
const filePath = path.join(html_location, fileName);
|
||||
|
@ -247,7 +247,7 @@ app.get("/game-hub", function (req, res) {
|
|||
res.send(
|
||||
"// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later" +
|
||||
`\n` +
|
||||
`// Includes app.js, emojis.js, and custom-css.js. Source code can be found for these 3 files in https://codeberg.org/Ashley/poketube/src/branch/main/css/` +
|
||||
`// Includes app.js, emojis.js, vjs.js, and custom-css.js. Source code can be found for these 3 files in https://codeberg.org/Ashley/poketube/src/branch/main/css/` +
|
||||
`\n` +
|
||||
minimizedJs +
|
||||
`\n` +
|
||||
|
|
Loading…
Reference in a new issue