On Tue, Jul 27, 2010 at 09:49, Jeroen van Dijk
<[email protected]>wrote:

> This works best for normal stylesheets and
> javascript files where it is just a reload of the specific asset file.
> For Sass this is different though. The whole page has to reload to
> update the stylesheets.


Not true—I'm using LiveReload with Sass without refreshes. I wrote a
re-implementation of livereload gem as a simple script that also handles
Sass for Rails apps: http://gist.github.com/484894

Only works on OS X Leopard and above because it uses RSpactor (which also
makes it possible to use LiveReload in a big project), but I'm working on a
Linux version, too.

It's not as fast as static CSS because of the overhead of generating files
from Sass, but it works flawlessly.

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to