Laura B. wrote in post #1171148:
> dasibre wrote in post #1170964:
>> I'm not sure if you've seen this already, but it could probably help you
>> along the jammit/rails 4 asset pipeline
>>
> 
https://github.com/kmamykin/mamykin.com/blob/master/_posts/2011-07-05-switching-to-assets-pipeline-from-jammit.textile
>>
>> On Wednesday, March 25, 2015 at 10:58:21 AM UTC-4, Ruby-Forum.com User
>
> Ok, even after following those steps, my app doesn't seem to be applying
> the stylesheet stuff to the page. I don't get any error messages though.

Aha, I think I found the missing piece. I needed to include each 
javascript and stylesheet that was in the assets.yml file in my layout 
haml files, each on its own line like this:
!= stylesheet_link_tag 'ui.dynatree.css'

Thanks!

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/f47a7b397d74382262ccd38f9261c74a%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to