sass: Sass --watch doesn't find anything, not compiling

I’m trying to use SASS but I got some issue with it, is not compiling anything. I tried different things to troubleshoot, is still not working.

Ruby 1.8.7 Sass 3.2.7 Mac OS X 10.8.3

What I try:

Install Ruby 2.0.0 Uninstall Sass Reinstall Sass Install the gem “listen” Since I installed the gem “listen”, I got this issue when I’m using the command sass --watch myfolder

>>> Sass is watching for changes. Press Ctrl-C to stop.
[Listen warning]:
Listen::MultiListener is deprecated, please use Listen::Listener instead.

Any idea?

Thanks. Alexis.

About this issue

  • Original URL
  • State: closed
  • Created 11 years ago
  • Comments: 39 (7 by maintainers)

Commits related to this issue

Most upvoted comments

Hello please help me i was using this command to compile sass [ sass --watch saas/style.scss:stylesheets/style.css] but i am getting below error message

Sass is watching for changes. Press Ctrl-C to stop. error No such file or directory @ rb_sysopen - saas/style.scss

having the same issue

sass --watch css/scss/main.scss:css/main.css                                                  
>>> Sass is watching for changes. Press Ctrl-C to stop.
[Listen warning]:
Listen::MultiListener is deprecated, please use Listen::Listener instead.