Pyvonix

Results 31 comments of Pyvonix

Hi @nemesisdesign, Can you be more precise when you say "having to bundle files together"? What behavior did you want?

The [Django documentation](https://docs.djangoproject.com/en/3.1/ref/contrib/staticfiles/#manifestfilesmixin) say: > Use this mixin with a custom storage to append the MD5 hash of the file’s content to the filename as ManifestStaticFilesStorage does. They don't say...

I just merge the PR for the doc. Should you think we really need to completely replace it in the doc?

Hello @jaradc, The syntax used in the documentation `/usr/bin/env yuglify` this referer to [virtualenv](https://docs.python.org/3.9/library/venv.html) which you can use on both Linux and Windows. Virtual environments bring a certain number of...

Django recommends to use [ManifestStaticFilesStorage](https://docs.djangoproject.com/en/3.0/ref/contrib/staticfiles/#cachedstaticfilesstorage) instead of [CachedStaticFilesStorage](https://docs.djangoproject.com/en/3.0/ref/contrib/staticfiles/#cachedstaticfilesstorage) and in the last Django version, [CachedStaticFilesStorage](https://docs.djangoproject.com/en/3.1/ref/contrib/staticfiles/#cachedstaticfilesstorage) was removed. Now use `PipelineManifestStorage` who will use [ManifestStaticFilesStorage](https://docs.djangoproject.com/en/3.1/ref/contrib/staticfiles/#cachedstaticfilesstorage). It will revolve many problems with...

I think, it's a very good question. I use **pipeline** on many of my projects this library and I would like to know too the status of the project. If...

@cyberdelia many thank for your reply. I don't know we can join the [Jazzband](https://jazzband.co/about) easily and participate in this project (commit and merge) after joins it. It could be great...

@cyberdelia Did you have any idea, how to release the new version on PyPI? I push the version 1.7.0 on [test.PyPI](https://test.pypi.org/project/django-pipeline/) to test on confirm it correctly work, but how...

If I correctly understand the error `HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://upload.pypi.org/legacy/` in the Travis job. We need new (or valid) authenticate information to...

Not actually possible. MR #646 is proposed for this.