This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I'm getting "Errno::ENOENT: No such file or directory @ dirsmkdir - C:/Users/Julia/Documents/Clients/AACN/Aacn.FrontendTestOriginal2/Aacn.FrontendTest/.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Users/Julia/Documents/Clients/MyProject/sass/vendor" exception when saving an .scss file. I have a compass enabled Visual Studio 2013 (Update-4) project with the following content in config.rb: require 'compass/import-once/activate' require 'susy' require 'breakpoint' httppath = "/" cssdir = "stylesheets" sassdir = "sass" imagesdir = "images" javascripts_dir = "javascripts" In Tools -> Options -> Web Workbench I have C:\Ruby21-x64\bin Stand alone command line compass compiler doesn't have any issues compiling scss files, but in Visual Studio it is throwing an exception. Any idea why? Thank you. Julia |
|
|
Unfortunately I haven't been able to reproduce this although it has been reported previously so ideally if we can determine how this is being caused we can try and look into a fix. Can you try setting a custom Temp folder under Tools/Options/Web Workbench and see if that resolves the issue? Also if you remove the use of the custom Ruby installation does that resolve the issue?
|
|
|
Try adding the following to your config.rb and then creating a C:\Temp\sass-cache folder.
Does that resolve the issue? Jeremy |
|