Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Susy issue
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
john pillans  
View profile  
 More options May 3 2012, 1:56 pm
From: john pillans <john.pill...@gmail.com>
Date: Thu, 3 May 2012 12:56:43 -0500
Local: Thurs, May 3 2012 1:56 pm
Subject: Susy issue

Install ing 3.4.1 and getting the following error:

ActionView::Template::Error (File to import not found or unreadable:
blacklight/grids/susy.
Load path: /opt/blacklight-vanilla
  (in
/opt/blacklight-vanilla/app/assets/stylesheets/blacklight_themes/standard.c ss.scss)):
    4:     <title><%= h(@page_title || application_name) %></title>
    5:     <link href="<%= opensearch_catalog_path(:format => 'xml',
:only_path => false) %>" title="<%= application_name%>"
type="application/opensearchdescription+xml" rel="search"/>
    6:     <%= favicon_link_tag asset_path('favicon.ico') %>
    7:     <%= stylesheet_link_tag    "application" %>
    8:     <%= javascript_include_tag "application" %>
    9:     <%= csrf_meta_tags %>
    10:     <%= raw(render_head_content) %>
  app/assets/stylesheets/blacklight_themes/standard.css.scss:16

Searched the archives and believe I have tried the solution(s) as
mentioned.  Any other instructions as to how to resolve this?

Thanks

John Pillans
Indiana University


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Stuart  
View profile  
 More options May 3 2012, 2:10 pm
From: James Stuart <james.stu...@gmail.com>
Date: Thu, 3 May 2012 14:10:37 -0400
Local: Thurs, May 3 2012 2:10 pm
Subject: Re: [Blacklight-development] Susy issue

So is this off a quickstart?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
john pillans  
View profile  
 More options May 3 2012, 2:17 pm
From: john pillans <john.pill...@gmail.com>
Date: Thu, 3 May 2012 13:17:17 -0500
Local: Thurs, May 3 2012 2:17 pm
Subject: Re: Susy issue

I did the install and that is what is in my logs.  Had the same issue with
3.4.0.  Notice the 3.4.1 was there so reinstalled.

On Thu, May 3, 2012 at 12:56 PM, john pillans <john.pill...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Coyne  
View profile  
 More options May 3 2012, 2:20 pm
From: Justin Coyne <justin.co...@yourmediashelf.com>
Date: Thu, 3 May 2012 13:20:10 -0500
Local: Thurs, May 3 2012 2:20 pm
Subject: Re: [Blacklight-development] Susy issue
Can you verify that you have a file called config/compass.rb and it's
contents are:

require 'susy'
project_type = :rails

Regards,
Justin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
john pillans  
View profile  
 More options May 3 2012, 2:25 pm
From: john pillans <john.pill...@gmail.com>
Date: Thu, 3 May 2012 13:25:40 -0500
Local: Thurs, May 3 2012 2:25 pm
Subject: Re: [Blacklight-development] Susy issue

Yes I do have the file.

Thanks

John

On Thu, May 3, 2012 at 1:20 PM, Justin Coyne <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Coyne  
View profile  
 More options May 3 2012, 2:33 pm
From: Justin Coyne <justin.co...@yourmediashelf.com>
Date: Thu, 3 May 2012 13:33:57 -0500
Local: Thurs, May 3 2012 2:33 pm
Subject: Re: [Blacklight-development] Susy issue
In your Gemfile do you have this line:

gem 'compass-susy-plugin', '~> 0.9.0'

-Justin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
john pillans  
View profile  
 More options May 3 2012, 2:46 pm
From: john pillans <john.pill...@gmail.com>
Date: Thu, 3 May 2012 13:46:47 -0500
Local: Thurs, May 3 2012 2:46 pm
Subject: Re: [Blacklight-development] Susy issue

Have this:

gem "compass-susy-plugin", "~> 0.9.0", :group => :assets, :require => 'susy'

Added the :require per email I found in archive.  The rest was added during
the generate.

On Thu, May 3, 2012 at 1:33 PM, Justin Coyne <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Coyne  
View profile  
 More options May 3 2012, 2:59 pm
From: Justin Coyne <justin.co...@yourmediashelf.com>
Date: Thu, 3 May 2012 13:59:52 -0500
Local: Thurs, May 3 2012 2:59 pm
Subject: Re: [Blacklight-development] Susy issue
The :require => 'susy' would only be helpful if your rails application
didn't find the config/compass.rb file. That's why it worked for me,
because the file was in the wrong location.

Try taking it out of the assets group temporarily.  Any difference?

-Justin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
john pillans  
View profile  
 More options May 3 2012, 3:06 pm
From: john pillans <john.pill...@gmail.com>
Date: Thu, 3 May 2012 14:06:28 -0500
Local: Thurs, May 3 2012 3:06 pm
Subject: Re: [Blacklight-development] Susy issue

Same problem.  My assumption is, like other cases, that if the file isnt in
my application, it will pick it up from the gem?  Or did I miss a step?

On Thu, May 3, 2012 at 1:59 PM, Justin Coyne <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »