使用VS 2013和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 Update 3&4没有运气。

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

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

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

相关内容

最新更新