ah so!
BillBurcham:ypm Bill$ compass --force --rails -r ninesixty -f 960 .
exists ./app/stylesheets
exists ./public/stylesheets/compiled
overwrite ./config/compass.config
create ./config/initializers/compass.rb
identical ./app/stylesheets/grid.sass
identical ./app/stylesheets/text.sass
Looks like everything works now. Um I do notice one small issue at the
top of the generated compass.config:
require 'ninesixty'
require 'ninesixty'
# Require any additional compass plugins here.
...
Require is duplicated.
Anyhow, thanks a million for all your help Chris!