Fabio Gibson

Results 6 comments of Fabio Gibson

Can you provide a little bit more details on how to reproduce this error? Just adding templates to django apps seems to work just fine over here.

Hi Vitor, It's good to hear that livesync has been useful for you. I'll check how the sass-processor works. For now, do you mind cloning livesync, include *.scss in livesync/core/handler.py...

@vitorbaptista I'll work on that and let you know asap.

Hi @vitorbaptista, the problem happens because [django-sass-processor](https://github.com/jrief/django-sass-processor) only compiles scss files during requests, so when django-livesync watches for css changes, nothing happens. In the other side, when watching for scss...

Hi @vitorbaptista, I think I’ve got it working with a new approach. LiveSync is not watching for the root directory anymore and doesn’t care about file extensions. Instead, it’s looking...

Hi @vitorbaptista, First of all, thanks for your help! I've just created an empty virtualenv from your requirements.txt and setup lainonima from scratch following the steps you provided but could...