Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
slinkymanbyday opened this issue May 21, 2023 · 1 comment
Open

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

slinkymanbyday opened this issue May 21, 2023 · 1 comment

Comments

@slinkymanbyday
Copy link

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?

@rafaelurben
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants