简体   繁体   中英

How do I make bootstrap work in my rails application

I am trying to install this application: https://github.com/dilshanraja/Texas-holdem

But there is very little help in the ReadMe

The error I'm currently stuck on is:

 ActionView::Template::Error (couldn't find file 'bootstrap/dist/css/bootstrap' (in /home/tony/Texas-holdem/app/assets/stylesheets/application.scss:13)): 3: <head> 4: <title>Poker - Have fun while you lose your money!</title> 5: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> 6: <%= stylesheet_link_tag 'application', media: 'all' %> 7: <%= javascript_include_tag 'application' %> 8: <%= csrf_meta_tags %> 9: </head> app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4142171802834991719_70121515696740' app/controllers/application_controller.rb:11:in `angular'

I think, the simplest way to add bootstrap is using the gem for it. The gem will put bootstrap resources into rails assets pipeline, but you must add some lines to include its resources on application.css and application.js

https://github.com/twbs/bootstrap-rubygem

The next time I went into the IDE (Rubymine) to look at this Rubymine detected that npm needed installing. After the successful install of npm I just needed to install MongoDB and the application worked.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM