I'm new to SASS. I'm really exited about this new beta. Anyway, I'm able to compile a scss file using "sass test.scss test.css" with no problems. But I can't get the watch command to work. (see http://beta.sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#using_sass)
This works find: > sass test.scss test.css This doesn't work: > sass --watch .. >>> Sass is watching for changes. Press Ctrl-C to stop. undefined method `empty?' for nil:NilClass Some more info: * I'm on widows Vista. * I've installed Ruby using the Ruby 1.9.1-p378 (RC2) installer. (found at http://rubyinstaller.org/download.html) * I installed the beta like so: "gem install haml --pre". (from this post http://nex-3.com/posts/94-haml-sass-3-beta-released) -- 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.
