使用 VS 2013 和 Web Essentials 编译 Bourbon 时遇到一些问题

Having some trouble compiling Bourbon with VS 2013, and Web Essentials

我在编译时遇到问题 _bourbon.scss。

为了编译成功,我必须注释掉以下内容。

@import "helpers/font-source-declaration";
@import "helpers/linear-angle-parser";
@import "helpers/linear-gradient-parser";
@import "helpers/linear-positions-parser";
@import "helpers/linear-side-corner-parser";
@import "helpers/radial-arg-parser";
@import "helpers/radial-positions-parser";
@import "helpers/radial-gradient-parser";
@import "helpers/render-gradients";
@import "helpers/shape-size-stripper";*/
@import "css3/keyframes";
@import "addons/padding";
@import "addons/position";
@import "addons/prefixer";

我收到的错误是: 到达时出了点问题:[127.0.0.1.... 文件的长路径]

我尝试了 Visual Studio 2013 更新 3 和 4,但没有成功。

经过一段时间的折腾,尝试了一堆不同的插件后,我终于让它可以与 Visual Studio 2013 Update 4 和 Web Essentials 一起使用。

诀窍是进入 Web Essentials 的 SASS 设置: 工具 --> 选项 --> Web Essentials --> SASS

并将 "Use Ruby Runtime" 更改为 "True"。