On Mon, Sep 19, 2011 at 1:19 AM, Alistair Holt <[email protected]>wrote:

> Hello,
>
> I'm having a bit of trouble with the asset pipeline  and, I think,
> Capistrano.
>
> In my app layout I have:
>
> <%= stylesheet_link_tag "application", "bootstrap" %>
>
>
> And the relevant bits of the app dir structure are:
>
> app/assets/stylesheets/application.css.scss # Contains 'require_self' and
> 'require_tree .' as usual
>
>
This should be expanded to:

/* comment
 *= require_self
 *= require_tree .
 *= require bootstrap
 */

Peter

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to