Pavel Smirnov
Pavel Smirnov
I think you should deprecate version 3.4.0 and release the same functionality as new major version 4.0.0 to help your dependents.
Hmm... For me this PR actually breaks the correct behavior 😀 The code now references a subdirectory, but directories are missing in `django.contrib.staticfiles.storage.ManifestStaticFilesStorage`. A directory is not a file, so...
@tfranzel for my project I will try to create a (temporary?) workaround. I planned to inherit from ManifestStaticFilesStorage and add directories to the manifest (if it is possible) or/and add...
I hope I'll have more info when I finish my workaround.
I went with a workaround for now. Just in case anybody stumbles upon this discussion, here is the code: ```python from django.contrib.staticfiles.storage import ManifestFilesMixin, StaticFilesStorage class MyFilesMixin(ManifestFilesMixin): passthrough_names = [...
I've found [`jsdoc-export-default-interop`](https://www.npmjs.com/package/jsdoc-export-default-interop) plugin on npm that fixes the bug. Still, I hope it'll be fixed in the jsdoc3 without any side plugins.