/Users/Ayers/Sites/drupal7/sites/mdpromo.dev/mdpromo/sass/config/config:12: error: file to import not found or unreadable: 'compass'

This is my gem list output
activesupport (3.1.12)
addressable (2.3.6)
bigdecimal (1.2.0)
blend-mode (0.0.1)
breakpoint (2.4.2, 2.0.7, 2.0.5)
bundler (1.6.2)
CFPropertyList (2.2.0)
chunky_png (1.3.1, 1.2.8)
color-schemer (0.2.8, 0.2.3)
compass (0.12.6)
compass-aurora (3.0.9, 3.0.6)
compass-blend-modes (0.0.2)
compass-normalize (1.5, 1.4.3)
css_parser (1.3.5)
erubis (2.7.0)
extlib (0.9.16)
fssm (0.2.10)
halcyon (0.5.4)
io-console (0.4.2)
json (1.7.7)
json_pure (1.8.1)
libxml-ruby (2.6.0)
merb-core (1.1.3)
mime-types (2.3)
minitest (4.3.2)
multi_json (1.10.1)
nokogiri (1.5.6)
psych (2.0.0)
rack (1.5.2)
rake (0.9.6)
rdoc (4.0.0)
rubigen (1.5.8)
sass (3.2.19)
sassy-buttons (0.2.6, 0.1.4)
sassy-maps (0.4.0)
sassy-strings (1.0.0, 0.3.1)
singularitygs (1.2.1, 1.1.2, 1.0.8)
sqlite3 (1.3.7)
test-unit (2.0.0.0)
toolkit (1.3.8, 1.2.2, 1.0.0)

This is the error I am getting
activesupport (3.1.12)
addressable (2.3.6)
bigdecimal (1.2.0)
blend-mode (0.0.1)
breakpoint (2.4.2, 2.0.7, 2.0.5)
bundler (1.6.2)
CFPropertyList (2.2.0)
chunky_png (1.3.1, 1.2.8)
color-schemer (0.2.8, 0.2.3)
compass (0.12.6)
compass-aurora (3.0.9, 3.0.6)
compass-blend-modes (0.0.2)
compass-normalize (1.5, 1.4.3)
css_parser (1.3.5)
erubis (2.7.0)
extlib (0.9.16)
fssm (0.2.10)
halcyon (0.5.4)
io-console (0.4.2)
json (1.7.7)
json_pure (1.8.1)
libxml-ruby (2.6.0)
merb-core (1.1.3)
mime-types (2.3)
minitest (4.3.2)
multi_json (1.10.1)
nokogiri (1.5.6)
psych (2.0.0)
rack (1.5.2)
rake (0.9.6)
rdoc (4.0.0)
rubigen (1.5.8)
sass (3.2.19)
sassy-buttons (0.2.6, 0.1.4)
sassy-maps (0.4.0)
sassy-strings (1.0.0, 0.3.1)
singularitygs (1.2.1, 1.1.2, 1.0.8)
sqlite3 (1.3.7)
test-unit (2.0.0.0)
toolkit (1.3.8, 1.2.2, 1.0.0)

This is the contents of the config.rb
require 'compass'
require 'singularitygs'
require 'breakpoint'
require 'toolkit'
require 'compass-normalize'
require 'aurora'

# Set this to the root of your project when deployed:
http_path = "/sites/all/themes/mdpromo"
css_dir = "stylesheets"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"
fonts_dir = "stylesheets/fonts"

Comments

iamcarrico’s picture

Status: Active » Fixed

We have moved all sub-theme generation to Yeoman, see the docs for more information. Any other subtheme issues should be opened in #2257697: problem creating subtheme

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.