- Issue created by @shagel
- Status changed to Needs review
10 months ago 3:15pm 10 April 2024
When requiring Kolber Audiojs https://github.com/kolber/audiojs a directory audiojs is placed in the libraries folder and the files of the repository are placed inside that directory. So the path to the audio.min.js file is libraries/audiojs/audiojs/audio.min.js which does not match the path in the audiofield.libraries.yml file
from
js:
/libraries/audiojs/audio.min.js: { minified: true }
to
js:
/libraries/audiojs/audiojs/audio.min.js: { minified: true }
Needs review
1.13
Code