Skip to content

Dependencies, CDN imports, CSS optimization

Ariel Rin requested to merge soratidus999/allianceauth:dependencies into v2.9.x
  • Bring packaging up to 21.0 dropping Python 3.5 (As was done in 2.9,x)
  • Bumps django minor while im here in the file
  • Minor version bumps for JS and CSS from CNDJS in bundles.
  • Added integrity checks to every import from cdnjs that we hadnt already
  • Bootstrap 3.7.3 added support for JQuery3, so can bring this one up to latest.
  • Fontawesome minor bump, (updates discord and gitlab icon)
  • Moment js bump, nothing relevant but why not

Rebuilt our bootswatch/bootstrap with less4 and the --advanced toggle for an even smaller css, apparently bootswatch 3 added less 3+ support, then broke it again, setting the bootswatch theme we use manually (again), instead of the v3 branch.

Edited by Ariel Rin

Merge request reports