-
I'm trying to implement Django Compressor according to Django Components, maybe I'm missing some points. Probably what I'm doing now is not enough.
When running the Django web application in a prod…
-
Can we get a deep dive into the permissions for these docker containers? I spend so much time to figure out permissions errors with this repo that I am almost getting ready to abandon it. I shouldnt…
-
## Tickets
The overall goal is to make the homepage (and by extension all pages) load faster on mobile devices, as tested on Google Lighthouse testing and WebPageTest.org, through the following metho…
-
I'm trying to use Django Compressor (http://django-compressor.readthedocs.io/en/latest/quickstart/) with Cactus.
I've done the following...
1) Run "pip install django-compressor" from a command …
-
I have a hypothesis that django-compressor does not improve page load time significantly and would like to try to remove it. This would also involve finding a different way to compile sass to css or s…
-
Use Django Compressor to combine CSS and minify local JS in the templates. Combine with remote storage staticfiles for life of great win.
Block by #1
-
mistook binary as text?
-
Using Suit (0.2.12) and [django-compressor](https://github.com/django-compressor/django-compressor) (1.4) I get the following errors when I try to compress my static files:
```
Invalid template /home…
-
It does essentially the same thing with the advantage of integrating properly with the builtin "staticfiles" app. This means we could start minifying stuff from third-party apps.
http://django_compres…
-
Hello,
I'm using this app in conjunction with Postgres 17 in Unraid, which I know has minimal support. The current version of the Unraid app is using the developer version and when using it, wasn't lo…