我刚刚开始使用SASS,听众似乎工作得相当好,虽然我发现了一个问题: [听警告]: 缺少依赖性&rb-fsevent' (版本'〜> 0.9')!
我尝试安装rb-fsevent,但它仍然没有工作。
rata:css murray$ gem install rb-fsevent
Fetching: rb-fsevent-0.9.4.gem (100%)
Successfully installed rb-fsevent-0.9.4
Parsing documentation for rb-fsevent-0.9.4
Installing ri documentation for rb-fsevent-0.9.4
1 gem installed
rata:css murray$ sass --style compressed --watch scss:.
>>> Sass is watching for changes. Press Ctrl-C to stop.
[Listen warning]:
Missing dependency 'rb-fsevent' (version '~> 0.9')!
Please run the following to satisfy the dependency:
gem install --version '~> 0.9' rb-fsevent
For a better performance, it's recommended that you satisfy the missing dependency.
Listen will be polling changes. Learn more at https://github.com/guard/listen#polling-fallback.
然后我读了一些其他StackOverflow问题,但它一直在变得更糟。有一个简单的解决方案吗?如果不是,我会忍受糟糕的表现。
我在OSX 10.9.2上 Sass 3.2.11(媒体标记) 我对Ruby或它的配置一无所知 - 所以如果你要解释什么,请明确。