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 sourceMappingURL from CSS files to fix #8587. #8588

Closed
wants to merge 1 commit into from

Conversation

donkirkby
Copy link
Contributor

@donkirkby donkirkby commented Aug 4, 2022

Fixes a problem with Django 4.1, refs #8587.

This is the smallest change, just removing the two sourceMappingURL lines from the minified CSS files. One downside, however, is that someone upgrading to a new version of bootstrap might accidentally add them back in. Maybe a precommit hook could guard against that.

Another option would be to include the source maps, but I thought that was a bigger change.

@tomchristie
Copy link
Member

Closing in favour of #8591.

Thanks for your time on progressing this. 🙏🏼

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.

2 participants