[Rails] Re: Problem with Asset Pipeline
Today I tried to replace jammit with asset pipeline in 3.1 again. This
time I got much further, the app could server JS and images correctly
from assets/ folder.
But I was not able to make the CSS right. I used stylesheet_link_tag,
but it kept serving CSS from /stylesheets/ instead of /assets/. Anyone
has an idea about this problem?
Thanks!
On Dec 21 2011, 5:20 am, Stewart <stewart.mathe...@gmail.com> wrote:
> +1 to thisproblem. I updated from 3.0.0 followed the instructions on
> the rails guides page for updating and have the exact same issue. I
> tried discussing it in a ticket but have not herd anything back. Did
> you find a fix for this?
>
> On Nov 22, 2:09 am, Ben <benzhe...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I had aproblemwhen I tried to upgrade from Rails 3.0 + Jammit to
> > Rails 3.1AssetPipeline. I created app/assets folder, under it I have
> > both javascripts/application.js.coffee and stylesheets/
> > application.css.scss. I included both usingstylesheet_link_tagand
> > javascript_include_tag, but it just could not load the CSS correctly.
> > The application keeps trying to load css from /stylesheets/
> > application.css which is a 404 error (the js loads fine from assets/
> > application.js). I am using the latest rails 3.1.1 and other
> > libraries. So what is theproblemhere?
>
> > Thanks!
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home