I am new to compass and sass. I have installed them and am trying to make changes to the styling of my theme. As I understand it I need to use watch for compass. When I run the command "compass watch" from within the themes root I get the following response

Nothing to compile. If you're trying to start a new project, you have left off the directory argument.

when I use "compass watch" with the directory to the theme I get the response

You must compile individual stylesheets from the project directory.

any help is appreaciated

Comments

tregeagle’s picture

I have been having much the same problem. When I ran compass watch I got an error listing all my gemsets (I use rvm) and: Could not locate Gemfile (Bundler::GemfileNotFound)

I think your problem is similar. If you are using rvm I 'd suggest reading this: https://rvm.io/gemsets/creating/

tregeagle’s picture

This problem returned when I installed the latest version of compass. I fixed it with the help of this thread on stackoverflow, to save you clicking the link just run:
rubygems-bundler-uninstaller

danlinn’s picture

Status: Active » Closed (works as designed)

Thanks for the follow up help! Marking this as closed.