Solved
Compiling Sass Command Line Mac OS X
Posted on 2013-12-28
I am new to Sass. I believe it is installed correctly on my Mac as when typed the command
sass -v, I received the proper response back at the command line, Sass 3.2.12 (Media Mark).
I have changed the permissions in /Library/Ruby/Gems/ to be read/write.
When I try to compile my scss file with the update command, all I get back in the terminal services window is a response confirming the directory name:
Example:
~/Desktop/LessSass/CH4>sass --update var_styles.scss
Here is the response
-bash: /Users/myname/Desktop/LessSass/CH4: is a directory
My Library/Ruby/Gems.2.0 folder and my LessSass folder have write enabled on them, so I don't know what I am doing wrong. I am not getting any errors back. I can't seem to get the files to compile at the command line.
Thank you.
LT