Getting Susy to compile with Koala on windows

382 views Asked by At

Just started using SASS for the first time. Set it up with ruby on rails on my windows 8, and got it to work and compile with Koala compiler allright. I just need to use the Susy library, but I could not get it working. So far, i've installed the following:

1. Ruby, using ruby installer

2. Gems:
a. gem install rails
b. gem install sass
c. gem install susy

This doesn't seem to get susy working. The sass compiler keeps throwing errors whenever it encounters the Susy syntax. On their page they do mention to make sure sass-rails is version 5.0.0.beta1, but the ruby command prompt doesn't accept a command such as gem 'sass-rails', '~> 5.0.0.beta1'. Is it that I have to enter this somewhere else? Or could it be that I need to use a different compiler?

Be gentle I'm new to this :D

0

There are 0 answers