dziegler / django-css

django-css is a fork of django_compressor that makes it easy to use CSS compilers with your Django projects. CSS compilers extend CSS syntax to include more powerful features such as variables and nested blocks, and pretty much rock all around.

Home Page:http://blog.davidziegler.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaks on utf-8 input

oivvio opened this issue · comments

I get a UnicodeDecodeError, when one of the css files to be compressed contains non ascii chars.

As a work around I move the reference to the one unicode css file outside of my compress block.

This was fixed in this commit in the ixc fork. Still waiting for the pull request to be approved.

fixed, thanks