I'm having trouble compiling _bourbon.scss.
I have to comment out the following, in order for it to compile successfully.
@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";
The error I am receiving is: Something went wrong reaching: [127.0.0.1.... long path to file]
I attempted on Visual Studio 2013 Update 3 & 4 with no luck.
After messing around for a while, and trying a bunch of different plugins I finally got it to work with Visual Studio 2013 Update 4 and Web Essentials.
The trick was going into the SASS settings of Web Essentials: Tools --> Options --> Web Essentials --> SASS
and changing "Use Ruby Runtime" to "True".