Skip to content

Commit 138377e

Browse files
authored
Merge pull request #3538 from dpalou/MOBILE-4166
Mobile 4166
2 parents 970079c + 2258c11 commit 138377e

File tree

81 files changed

+2151
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2151
-327
lines changed

package-lock.json

Lines changed: 285 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@
123123
"moment": "2.29.4",
124124
"moment-timezone": "0.5.38",
125125
"nl.kingsquare.cordova.background-audio": "1.0.1",
126+
"ogv": "1.8.9",
126127
"rxjs": "6.5.5",
127128
"ts-md5": "1.2.7",
128129
"tslib": "2.3.1",
130+
"video.js": "7.21.1",
129131
"zone.js": "0.10.3"
130132
},
131133
"devDependencies": {

scripts/copy-assets.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const ASSETS = {
2828
'/node_modules/mathjax/jax/output/PreviewHTML': '/lib/mathjax/jax/output/PreviewHTML',
2929
'/node_modules/mathjax/localization': '/lib/mathjax/localization',
3030
'/src/core/features/h5p/assets': '/lib/h5p',
31+
'/node_modules/ogv/dist': '/lib/ogv',
32+
'/node_modules/video.js/dist/video-js.min.css': '/lib/video.js/video-js.min.css',
3133
};
3234

3335
module.exports = function(ctx) {

0 commit comments

Comments
 (0)