Needs work
Project:
LocalGov Sa11y
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Feb 2026 at 15:14 UTC
Updated:
16 Feb 2026 at 15:11 UTC
Jump to comment: Most recent
Comments
Comment #2
markconroy commentedComment #3
markconroy commentedComment #4
joeswarbsbwd commentedI'll check this out.
Comment #5
joeswarbsbwd commentedJust to check, is the chosen solution just to download and package the files with the module and not defer to Stephen's suggestion on the GitHub?
I started linking the files locally, but struggling to load through the library...
Comment #7
joeswarbsbwd commentedNevermind, sorted my issue and I've created an MR if that's the route we're still taking - guess the MR can be scrapped if not?
Also I can't add reviewers, so I'll ping this in Slack
Comment #8
markconroy commentedJust thinking about this @joeswarbsbwd, it might not be okay for us to include 3rd party code inside our module package. It. might have been okay when we were using GitHub and we were in control of what we allowed/disallowed, but Drupal.org does not encourage this pattern.
https://www.drupal.org/docs/develop/git/setting-up-git-for-drupal/drupal...
I think we'd be best to use either composer or Drupal's libraries API to get the assets and then serve them locally.