Kolber Audiojs wrong path to audio.min.js

Created on 25 April 2023, about 1 year ago
Updated 10 April 2024, 3 months ago

Requiring Kolber Audiojs

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

Change the path in audiojs.libraries.yml

from 
  js:
    /libraries/audiojs/audio.min.js: { minified: true }
to 
  js:
    /libraries/audiojs/audiojs/audio.min.js: { minified: true }
πŸ› Bug report
Status

Needs review

Version

1.13

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024