私はかなり新しいですが、アセットとしてruby on rails
使用しようとしてtwitter-bootstrap
いたので、Gemfileに含め、バンドルして、正常にインストールしました。ただし、「バンドル」コマンドを実行したときに表示されない特定の依存関係に依存していることに気付きました。
必要な依存関係
(1) Libv8
(2) Less
(3) Less-rails
エラーメッセージ:
cannot load such file -- less
(in c:/Sites/todo/app/assets/stylesheets/bootstrap_and_overrides.css.less)
[code]
Extracted source (around line #8):
5: <!--[if lt IE 9]>
6: <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
7: <![endif]-->
8: <%= stylesheet_link_tag "application", :media => "all" %>
9: <%= javascript_include_tag "application" %>
10: <%= csrf_meta_tags %>
11: <meta name="viewport" content="width=device-width, initial-scale=1.0">
[/code]
Trace
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__560528188_27183396'
app/controllers/lists_controller.rb:7:in `index'
私はすでにこの質問に対する多くの答えに気づき、明白な解決策を選択しましたが、どういうわけか私はまだ行き詰まっており、いくつかのガイダンスを本当にいただければ幸いです。