I've followed the instructions here
http://github.com/chriseppstein/compass-rails-sample-application/tree/master
but it doesn't seem to be running successfully. If I run
compass --watch --sass-dir app/stylesheets/ --css-dir public/
stylesheets/
It works fine, but obviously it's a pain to be running this manually.
I've tried fiddling around with the config and folders, but it doesn't
seem to be running on request. I'm using Ruby 1.9.1p129, Rails 2.3.2,
with Phusion Passenger 2.2.2, Haml 2.1.34, Compass 0.6.15. Any ideas?