Currently, a "preprocess: false" is added to the library file definition.
Idk what could be a reason for that because it's still working without this declaration and what is more important - removing it allows a file to be aggregated.
Issue fork lite_youtube_embed-3463050
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
quadrexdevCreated a MR with a fix, which works for me with D10.3 && advagg 6.0.0-alpha1
Comment #4
agoradesign commentedI've added this in the past because of problems with advagg, depending on the configuration (I believe, it appeared when using the JS minification sub-module and maybe depending on how that is configured).
But as this is anyway a workaround on behalf of another module (advagg), which became unusable with Drupal 10.1+, I think it's a good idea to merge your MR. Hopefully, advagg will solve that, if there we'll see a working version again sometime :)
Comment #6
agoradesign commented