I've been having problems getting Sass working from terminal in Mac OS X Mavericks on my Macbook Pro. I'm working off a brand new clean install; reformatted my hard disk, loaded Mavericks, and first thing I went into the command line to set this up.
I did sudo gem install sass
, then created two files on my desktop, test.css and test.scss. Then, when I try watching the files, I get an error:
$ sass --watch desktop/test.scss:desktop/test.css
>>> Sass is watching for changes. Press Ctrl-C to stop.
LoadError: cannot load such file -- rb-fsevent
Use --trace for backtrace.
$
I have no idea what's going on or how to fix this, tried searching but didn't find any answers related to my problem. Sass -v
gives me Sass 3.3.2 (Maptastic Maple)
.