When I run compass commands from the shell, it's not recognized. Is there a preliminary step (I assume there is)? Aptana snippets are in Ruby, so I already have Ruby installed.
Thanks in advance!
When I run compass commands from the shell, it's not recognized. Is there a preliminary step (I assume there is)? Aptana snippets are in Ruby, so I already have Ruby installed.
Thanks in advance!
I had Ruby installed, but it was limited to Aptana configs. I installed Ruby via http://rubyinstaller.org/, restarted, and ran the following commands:
Then I navigated to my scss dir where my config.rb and default-theme.scss were, and ranCode:gem install haml gem install compass
Voila. Done. Hope this helps someone.Code:compass compile![]()