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?
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?