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 on collectstatic - file reference #10

Closed
philippeoz opened this issue Apr 11, 2019 · 1 comment
Closed

Error on collectstatic - file reference #10

philippeoz opened this issue Apr 11, 2019 · 1 comment

Comments

@philippeoz
Copy link
Contributor

whitenoise.storage.MissingFileError: The file 'fonts/bootstrap/glyphicons-halflings-regular.eot' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x7f9e6cb94828>.

The CSS file 'css/django-pwa-app.css' references a file which could not be found:
  fonts/bootstrap/glyphicons-halflings-regular.eot

Please check the URL references in this CSS file, particularly any
relative paths which might be pointing to the wrong location.

I don't know if raise this exception when run without whitenoise.
To bypass this i put the font file on /font/bootstrap/glyphicons-halflings-regular.eot.

Can i open a PR and an fix it?
And, if i can, what you think? Add a font file or add a url to font file?

Thanks!

@silviolleite
Copy link
Owner

hello @philippeoz Of course you can open a PR.

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