I have had a few attempts at installing SASS on netbeans. I have followed the following tutorial:
http://kgagliardo.com/blog/netbeans-sass-windows-7
I get t
You don't have path to ruby.exe
which is c:\Ruby\192\bin
in you PATH
variable.
In Windows 7:
Right click on My computer and select Properties
-> Go to
Advanced
Tab -> Click on the Environmental Variables
button
In the Environmental Variables window highlight PATH
variable in
System variables section and click Edit
Append ;c:\Ruby\192\bin
to the end (the semicolon is intentional)
Restart command prompt