[Rails] Re: Issue while deploying to heroku with Rails 3.2.1, ruby 1.9.3-p0, using twitter/bootstrap.
there are numerous ways to get twitter-bootstrap into rails (45 gems
on github last time I counted...) - you either already have on of the
twitter-bootstrap-gems in your gemfile and this either misconfigured
or missing: You can check out
http://blog.crowdint.com/2012/02/03/bootstrap-in-the-asset-pipeline.html
and then need to check why your bootstrap-assets are not found,
preferably locally first.
On 10 Feb., 07:58, "Manoj W." <li...@ruby-forum.com> wrote:
> Thanks Noel, I tried that and got this error -
> rake aborted!
> couldn't find file 'twitter/bootstrap'
> (in .. /app/assets/javascripts/application.js:9)
>
> One of the lines in my application.js is //= require twitter/bootstrap
> Similarly application.css contains *= require twitter/bootstrap
>
> Do I need to manually include twitter/bootstrap files in my
> /vendor/assets folder?
>
> --
> Posted viahttp://www.ruby-forum.com/.
--
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