Closed (fixed)
Project:
Able Player
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
23 Jan 2023 at 18:22 UTC
Updated:
24 Feb 2023 at 23:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jrglasgow commentedhere is a patch that fixes it by telling Drupal not to try to preprocess/aggregate this library
Comment #3
jrglasgow commentedComment #5
themusician commentedHi @jrglasgow. Thanks for reporting this and supplying a patch file.
I can't reproduce the issue on my end. What version of Drupal are you using? Before merging the patch I want to be able to reproduce the issue. I agree it sounds just like the last time this occurred within the project.
Thank you.
Comment #6
jrglasgow commented@theMusician,
I have run into this problem with Drupal 9.5.3
Comment #7
themusician commentedThank you. It seems like Drupal is not supposed to aggregate external libraries, https://www.drupal.org/docs/develop/creating-modules/adding-assets-css-j..., but it couldn't hurt to make it explicit as you do with the patch. Especially since that makes it work.
Comment #9
themusician commentedComment #10
themusician commented