GumbyFramework / Gumby

A Flexible, Responsive CSS Framework - Powered by Sass
http://gumbyframework.com/
2.85k stars 442 forks source link

Can't compile gumby.scss, driving me insane! #234

Closed torncheesecake closed 10 years ago

torncheesecake commented 10 years ago

Syntax error: File to import not found or unreadable: modular-scale. Load paths: /zeus/Athena/king/testingpages/applegate/sass /home/matthew/.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/blueprint/stylesheets /home/matthew/.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets Compass::SpriteImporter on line 21 of /zeus/Athena/king/testingpages/applegate/sass/gumby.scss

gems installed:

actionpack (4.1.4) actionview (4.1.4) activesupport (4.1.4) addressable (2.3.6) bigdecimal (1.2.5, 1.2.4) builder (3.2.2) bundler (1.6.5) bundler-unload (1.0.2) chunky_png (1.3.1) compass (0.12.7) css_parser (1.3.5) erubis (2.7.0) executable-hooks (1.3.2) fssm (0.2.10) gem-wrappers (1.2.5, 1.2.4) hike (2.1.3, 1.2.3) i18n (0.6.11) io-console (0.4.2) json (1.8.1) minitest (5.4.0, 4.7.5) modular-scale (1.0.6) multi_json (1.10.1) power_assert (0.1.3) psych (2.0.5, 2.0.3) rack (1.5.2) rack-test (0.6.2) railties (4.1.4) rake (10.3.2, 10.1.0) rdoc (4.1.1, 4.1.0) rubygems-bundler (1.4.4) rvm (1.11.3.9) sass (3.3.14, 3.2.19) sass-rails (4.0.3) sassy-math (1.5.1) sprockets (2.12.1, 2.11.0) sprockets-rails (2.1.3) test-unit (3.0.0, 2.1.1.0) thor (0.19.1) thread_safe (0.3.4) tilt (2.0.1, 1.4.1) tzinfo (1.2.1)

Compass compile returns all files unchanged.

Compass watch returns no errors and sits there polling for changes.

Only on file refresh in the browser does the error show (as above).

Please help!?