fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

@import fails if there is a directory with the same basename #10

Closed deshipu closed 10 years ago

deshipu commented 10 years ago

The original bug report is at https://bugs.launchpad.net/tripleo/+bug/1349774

In short, if there is a "bootstrap/" directory besides the "bootstrap.scss" file, and DEBUG=False, django-pyscss tries to open the directory instead of the file, and fails.