Hi im having trouble compiling scss file. I am following a basic
getting sassy with css tutorial (
http://www.sencha.com/blog/getting-
sassy-with-css) and keep receiving this error: You must compile
individual stylesheets from the project directory.
My setup is Windows XP pro and have RubyInstaller 1.9.2p180 installed,
so I should be good to go.
I am following the tut, and have created a dir:
C:\
myproject
-css
-sass/buttons.scss
/config.rb
index.html
Start Command Promt with Ruby:
ruby 1.9.2p180 <2011-02-18> [i386-ming32]
c:\>gem install haml
c:\>gem install compass
c:\>compass compile myproject/sass/buttons.scss
You must compile individual stylesheets from the project directory
Im new to Sass (obviously) and just cant work this out, so really need
some help! Anyone, Thanks Paul