Include woff2 static files#5694
Include woff2 static files#5694ryanhiebert wants to merge 1 commit intoencode:masterfrom ryanhiebert:manifest
Conversation
|
3.7.3 For some reason did include woff2 in the PyPI releases, but 3.7.4 does not. I'm not sure what changed between those releases as far as deploy process, and it's possible that this won't fix it, depending on the cause. It still seems like it should be included in the manifest, though. |
|
I think that #5624 is the likely culprit, because before that the package data was given by a function in setup.py, rather than by looking at the MANIFEST.in. The woff2 file was the one that I was hitting, but I'm not yet sure that it's the only one that may have been lost by the change there. |
|
Indeed that was working by unexpected side effect :( |
|
closes #5692 |
|
*.ico seems to be missing too ( |
|
Thanks @ryanhiebert, @axnsan12. Versions 3.7.5 & 3.7.6 now released. 🙃 |
|
I think we're clear now, right? |
The
.woff2fonts aren't being included in the release, and that's causing failures for my build usingwhitenoise.storage.CompressedManifestStaticFilesStorage, which looks for all referenced files from CSS files and compresses them with a static hash on the filename.