Oh, I see what the problem is. I've just pushed a fix to the development branch. In the short term, if you run "set term=" before you run sass --watch, I think it should work.
On Wed, Mar 31, 2010 at 10:37 PM, bwrobinett <[email protected]> wrote: > Here's a link to a screen shot of the watch command error with -- > trace: > http://dl.dropbox.com/u/181588/sass_watch_error.png > > * I tried it on my Windows 7 machine at home. Same result. > * I created a folder called "sass" at the root of my C: drive. > * I created file called test.scss in this folder containing the > following code: > > .ding { > color:green; > } > > > On Mar 31, 8:50 pm, Nathan Weizenbaum <[email protected]> wrote: > > I can't reproduce this. What's the exact command line you're using for > sass > > --watch? What's printed when you run sass --watch --trace? > > > > > > > > On Wed, Mar 31, 2010 at 6:45 PM, bwrobinett <[email protected]> > wrote: > > > 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_.. > .) > > > > > 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 athttp://rubyinstaller.org/download.html) > > > * I installed the beta like so: "gem install haml --pre". (from this > > > posthttp://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]<haml%[email protected]>< > haml%[email protected]<haml%[email protected]> > >. > > > For more options, visit this group at > > >http://groups.google.com/group/haml?hl=en. > > -- > 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] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- 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.
