I've a problem with my new Mac. On my current devices i got compass up and running several times. But with this new one "compass watch" only compiles once a time. After that every change doesn't do anything.
I've tried an Update on Compass and I started with a clean SCSS-File so no CSS failure could cause this.
It does work with --poll but that's just a workaround and i want to understand how it not works. So I'm happy for any solution.
My file structure looks like this:
-site
|--Gruntfile,js
|--package.json
|--config.rb
|--public
|--css
| |--style.scss
| |--partials
|--js
| |--app.js
|--index.html
Thanks