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

error when collecting static files #8609

Closed
1 of 3 tasks
Nta1e opened this issue Aug 16, 2022 · 1 comment
Closed
1 of 3 tasks

error when collecting static files #8609

Nta1e opened this issue Aug 16, 2022 · 1 comment

Comments

@Nta1e
Copy link

Nta1e commented Aug 16, 2022

Checklist

I get this error when I ran python manage.py collectstatic --noinput

whitenoise.storage.MissingFileError: The file 'rest_framework/css/bootstrap.min.css.map' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x1100569d0>.

The CSS file 'rest_framework/css/bootstrap.min.css' references a file which could not be found:
  rest_framework/css/bootstrap.min.css.map
  • It seems like css source maps don't get installed along with the library code.
  • Raised initially as discussion #...
  • This cannot be dealt with as a third party library. (We prefer new functionality to be in the form of third party libraries where possible.)
  • I have reduced the issue to the simplest possible case.
@Nta1e
Copy link
Author

Nta1e commented Aug 16, 2022

realized this will be fixed with the new proposed release #8599

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

1 participant