mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

Support for Ruby Sass? #88

Closed pugson closed 8 years ago

pugson commented 9 years ago

I'm working on a Ruby on Rails project and would love to use Takana to speed up development. Any plans for supporting Ruby Sass or is it just too slow?

Thanks!

nc commented 8 years ago

@dubstrike sorry for the super late reply... Ruby Sass is indeed too slow. On large projects a single compile can take upwards of 10 seconds, which renders live-update useless. The threshold for a great live-update experience is ~300ms mark.