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

Remove errant “sourceMappingURL” referencing a non-existent file #474

Merged
merged 2 commits into from Feb 2, 2023

Conversation

codyfletcher
Copy link
Contributor

Closes #465

Summary: 1-line fix to remove reference to missing .map file

A super quick merge. Hopefully we can get a patch release to PyPI soon! 🤞

@talesmm14
Copy link

Waiting for this fix to come out of django version 4.0

@maltalk
Copy link

maltalk commented Feb 1, 2023

@farridav If you could take a look a this. please

@farridav
Copy link
Owner

farridav commented Feb 2, 2023

Sure, simple fix, and removes the annoying failed HTTP request

@farridav farridav merged commit 586e81f into farridav:master Feb 2, 2023
@syphar
Copy link

syphar commented Mar 21, 2023

@farridav is it possible to release this fix?

when using ManifestStaticFilesStorage with django 4.1, this breaks when running collectstatic

jamesgilmorelyst pushed a commit to jamesgilmorelyst/django-jazzmin that referenced this pull request Mar 21, 2024
Adds support for Django 4.2

Changes:
- Remove errant “sourceMappingURL” referencing a non-existent file
  (@codyfletcher) (farridav#474)
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

Successfully merging this pull request may close these issues.

python manage.py collectstatic - error with jazzmin.
5 participants