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

Allow dots in filenames #38

Closed PhilipGarnero closed 9 years ago

PhilipGarnero commented 9 years ago

Fixes issue #36 Dots in filenames are now accepted and the path is normalized to prevent errors with django storages (e.g. '@import ../cool.scss')

acatton commented 9 years ago

Thank you @PhilipGarnero for your patch :) . I would like to have a test for this, so that we don't introduce a regression in the future. Could you do that?

I'm aware that travis test failed, but this is not related to your patch. I'll fix it while merging.

Thanks!

PhilipGarnero commented 9 years ago

Done !

acatton commented 9 years ago

Merged. Thanks ;) .