mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move almada and require.js from source control to npm
This commit is contained in:
parent
b6db366d0e
commit
651a53d64a
6 changed files with 24 additions and 1028 deletions
6
assets.js
Normal file
6
assets.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const JS = [
|
||||
'alameda/alameda.js',
|
||||
'requirejs/require.js'
|
||||
];
|
||||
|
||||
module.exports = [...JS];
|
Loading…
Add table
Add a link
Reference in a new issue