Skip to content

Commit

Permalink
video/audio: point to videojs node module directly
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku authored and ntarocco committed Mar 25, 2024
1 parent f955d66 commit 8b6c140
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion invenio_previewer/webpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"bottom_css": "./scss/invenio_previewer/bottom.scss",
"simple_image_css": "./scss/invenio_previewer/simple_image.scss",
"txt_css": "./scss/invenio_previewer/txt.scss",
"videojs_js": "./js/invenio_previewer/videojs.js", # shared for audio and video # noqa
"videojs_js": "./node_modules/video.js/dist/video.min.js",
"audio_videojs_css": "./scss/invenio_previewer/audio_videojs.scss",
"video_videojs_css": "./scss/invenio_previewer/video_videojs.scss",
},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_requires = >=3.7
zip_safe = False
install_requires =
charset_normalizer>=3.3.2
invenio-assets>=1.2.7,!=3.0.1
invenio-assets>=1.2.7
invenio-base>=1.2.10
invenio-formatter>=1.1.3
invenio-i18n>=1.3.1
Expand Down

0 comments on commit 8b6c140

Please sign in to comment.