Whenever I try to save a .scss file that is linked in codekit, i get the following error:
“Compass was unable to compile one or more files in the project:
LoadError on line 161 of /Applications/CodeKit.app/Contents/Resources/engines/compass/bin/../lib/compass/configuration/data.rb: no such file to load — susy
Run with –trace to see the full backtrace”
Does anyone know why? I can’t proceed until I get this sorted out. I have tried to update & uninstall/install all of these gems and also codekit itself.
Can someone please help me? Thanks in advance!
You need to install Sass, Compass as well as Susy within the terminal. Now go to the Codekit preferences. Languages-> Compass and within Advanced Compiler Settings choose the radio button “Use the Compass executable at this path” (/usr/bin/compass). Afterwards you should be good to go.