-
I am trying to use terser [https://github.com/terser/terser](url) with django-compressor. It's working quite fine except that I have an issue I do not understand.
Once compressed, some of my outpu…
-
I'm trying to get GZIP working with django-storage, using s3 with cloudfront. Everything is working but GZIP. I did have it working with the compressor css file, but the js file never seems to compres…
-
DJango 1.10.3, all is well.
In DJango 1.10.4, my dev server does not work. I can change for example a css file, and it does not change what is severed to my client. No matter what I do, css changes…
-
I use compressor with less file. When .less file container chinese words, it will report Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/django/core/manage…
-
Settings DEBUG=TRUE
```
Not Found: /static/CACHE/css/output.96e06f56373d.css
Not Found: /static/CACHE/css/output.a695b4e1aaa0.css
Not Found: /static/CACHE/css/output.a695b4e1aaa0.css
```
Only a …
-
I am running Django 1.9 and I get empty CSS and JS files when I run collectstatic.
Here's my settings.py:
``` python
STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage'
STATICFILES_FINDERS = …
-
The very end of the file, `}(window.Raphael)` has no semicolon. This works fine when executed on its own, but it causes an SyntaxError when put through our combiner/minifier (django_compressor specifi…
-
Michael,
webassets is fantastic. I'd love to replace django-compress with it, but your release notes suggest that its API is still changing. How close are you to a 1.0 release?
(django-compressor wo…
-
Currently the pages have one large monolithic JS file each, which has a lot of duplication if the same sections are used. The JS for each section should be separate so there is no duplication of code …
-
Hey there,
I'm using django-compressor with Django 1.7.2, AngularJS and HAML.
In AngularJS, you can define inline templates within your HTML or HAML Code by enclosing it into a `` tag ( see https:/…