I am trying to compile SCSS files in projetc using Visual Studio 2013 and Web Essentials. Here is the error I get in the visual studio output window:
Something went wrong reaching: http://127.0.0.1:52658/?service=SCSS&sourceFileName=C:\Development\KnockApp\KnockApp\KnockApp.Web\Content\scss\directory.scss&targetFileName=C:\Users\IEUser\AppData\Local\Temp\3510b388-06aa-48bb-b517-e1442399e924.css&mapFileName=C:\Users\IEUser\AppData\Local\Temp\3510b388-06aa-48bb-b517-e1442399e924.css.map&precision=5&outputStyle=expanded& SCSS: directory.scss compilation failed: The service failed to respond to this request Possible cause: Syntax Error!
SCSS files come from a third-party theme, and they use Compass, I included compass files in my project. I also have node and node-sass installed on the machine. Any thoughts?
source share