django-passkeys icon indicating copy to clipboard operation
django-passkeys copied to clipboard

passkeys/js/bootstrap-toggle.min.js.map not included

Open slinkymanbyday opened this issue 1 year ago • 1 comments

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?

slinkymanbyday avatar May 21 '23 09:05 slinkymanbyday

FYI: I have left review comments on #27 in order to also fix this issue.

rafaelurben avatar Sep 03 '24 16:09 rafaelurben