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

Cleverss inserts an extra letter into path on windows

drozzy opened this issue · comments

On windows, when I try to start my django project I get the following exception:

Caught Exception while rendering: Traceback (most recent call last): File "C:\Python27\Scripts\clevercss-script.py", line 8, in load_entry_point('CleverCSS==0.1.4', 'console_scripts', 'clevercss')() File "build\bdist.win-amd64\egg\clevercss.py", line 1590, in main IOError: [Errno 2] No such file or directory: 'C:\Users\blahblah\Projects\client\core\media\a\ccss\block.ccss'

NOTE that the actual path is:
C:\Users\blahblah\Projects\client\core\media\ccss\block.ccss'

Note that this path does not have a letter "a" between "media" and "ccss".

Also, it uses double slashes \ on windows - but for some reason git-hub's parser removed them.

Closed by accident.