Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleverss inserts an extra letter into path on windows #32

Open
drozzy opened this issue Feb 9, 2011 · 1 comment
Open

Cleverss inserts an extra letter into path on windows #32

drozzy opened this issue Feb 9, 2011 · 1 comment

Comments

@drozzy
Copy link

drozzy commented Feb 9, 2011

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.

Sorry for the double ticket - I closed the other one by accident.

@drozzy
Copy link
Author

drozzy commented Feb 9, 2011

Please see this:
https://github.com/dziegler/django-css/issues/#issue/24

For some Reason (I have no idea why) - this fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant