I run bundle install and rake precompile:assets. Now I'm getting this error:
File to import not found or unreadable: susy.
Load paths:
Sass::Rails::Importer(/opt/narm-ingest/app/assets/stylesheets/blacklight_themes/standard.css.scss)
/opt/narm-ingest/app/assets/stylesheets
/usr/local/rvm/gems/ree-1.8.7-2011.03@narm/gems/compass-0.12.1/frameworks/blueprint/stylesheets
/usr/local/rvm/gems/ree-1.8.7-2011.03@narm/gems/compass-0.12.1/frameworks/compass/stylesheets
Compass::SpriteImporter
(in /opt/narm-ingest/app/assets/stylesheets/blacklight_themes/standard.css.scss)
Tasks: TOP => assets:precompile:primary
Has anyone seen this before?
Justin
gem 'compass-susy-plugin', '~> 0.9.0', :require => 'susy'
Also I had to use:
@import 'blacklight/grids/susy';
counter to what was indicated. Should the upgrade guide be updated to
reflect this?
-Justin
> --
> You received this message because you are subscribed to the Google Groups "Blacklight Development" group.
> To post to this group, send email to blacklight-...@googlegroups.com.
> To unsubscribe from this group, send email to blacklight-develo...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/blacklight-development?hl=en.
>
On Sat, Mar 24, 2012 at 1:41 AM, Justin Coyne