Doc page: http://adaptivethemes.com/documentation/sass

If you use compass, what makes a lot of sense with SASS, in some cases the "watch" may not work. On my linux box for example it does not work. One could now start digging into the system for hours to find out why.
A small workaround is doing this manually:

while sleep 1; do compass compile . ;done

will compile all files every second. may be helpful for others.

Comments

Jeff Burnz’s picture

Status: Active » Fixed

Excellent, thanks a lot. I have added this to the docs.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.