I'm so tired of this problem right now. I have put off trying so many times to achieve this. I feel that this is my last attempt to decide what is wrong. Here:
I install a compass
sudo gem update
I create my test project (named test)
compass create test
It generates this
directory test/ directory test/sass/ directory test/stylesheets/ create test/config.rb create test/sass/screen.scss create test/sass/print.scss create test/sass/ie.scss
I am trying to compile a project
compass compile [path/to/test]
All I get is the error message: "Do not compile anything. If you are trying to start a new project, you left the directory argument."
I am trying to solve a Google problem, but I cannot find anything to help me. Does anyone here know what is going on? Did I miss something important?
Im running OSX 10.6.8
source share