django-passkeys
django-passkeys copied to clipboard
passkeys/js/bootstrap-toggle.min.js.map not included
As of Django 4.0, Manifest storage searches for map files if they are referenced in the minified file.
Running collect static with Django 4.2.1 I get the following error:
ValueError: The file 'passkeys/js/bootstrap-toggle.min.js.map' could not be found with <django.contrib.staticfiles.storage.ManifestStaticFilesStorage object at 0x7f4a1e289650>.
Can this map file either be included, or the reference to the map file removed from the bottom of the minified file?
FYI: I have left review comments on #27 in order to also fix this issue.