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

Compatibility with pyScss 1.3, almost #26

Closed eevee closed 9 years ago

eevee commented 9 years ago

This is what I came up with. It turns out your STATIC_URL hack does still work.

Still not done:

Doing this has revealed some places that pyscss's extensibility is still pretty awkward. I'm not in any hurry to go change everything again, but suffice to say I might have to send you another PR come pyscss 2.0. API design is hard! Still, this is rather a bit better than before. :)

rockymeza commented 9 years ago

@eevee,

I can't work on this just yet, but I did take a quick glance at http://pyscss.readthedocs.org/en/latest/python-api.html and I'm liking what I see.

I will work through this pull request as soon as finish up some client work.

Thanks so much.

rockymeza commented 9 years ago

Hi @eevee,

I got this working with the Extensions interface.

It's released in 2.0.0.

Thanks so much for your help.