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 having this error when saving a SCSS file. Errno::ENOENT: No such file or directory - C:/temp/sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Users/Administrator/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_hacks.scssc20150622-4344-ezddhk.lock The SCSS file is quite simple, please see below: @import "compass"; .MyDiv{ background-color: lighten(#000, 23.5%); } I have added the below line to the config.rb sassoptions = {:cachelocation => "C:\temp\sass-cache"} I didn't install Web Essential, or Ruby runtime. I'm attaching the project folder. Could take a look at this issue? OS Windows 7 sp1 WorkBench v3.4.1837 Visual Studio 2013 update 4 Thanks. |
|
|
Try setting the following in your config.rb:
And make sure C:\Temp\sass-cache is writable. Failing that set the cache option to false.
|
|
|
As Jeremy noted at the end of his post, if setting the cache to true and adding the path doesn't work, try entering the following line in your config.rb file instead:
A few of us have the same problem, and jlarc offered this as a solution. For me, at least, it has something to do with importing compass itself. While doing this is not optimal, it did take care of the problem and I was able to use compass again. |
|