Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

"sass --watch ." command not working as expected (Mac OS)

I am trying to follow along with the "Installing and Using Sass" video in the Sass Deep Dive (in the Getting Started with Sass section), but when I run the terminal command sass --watch ., I am getting a response that is different from Hampton's: my console responds

">>> Sass is watching for changes. Press Ctrl-C to stop.
      write ./test.css" 

while his responds,

">>> Sass is watching for changes. Press Ctrl-C to stop.
      overwrite ./test.css".

Also, my test.css that is created as a result of this command is not being affected by the changes that I am making and saving in my test.scss file (even after I click into the test.css window to refresh it).

Help Please?

2 Answers

James Barnett
James Barnett
39,199 Points

Try installing sudo gem install rb-fsevent

Thanks a lot! It works perfectly now.