0

跟着这个视频

在生成应用程序、搭建脚手架、更新 gemfile、运行 bundle install 和运行 rails server 之后,得到 ERROR。我正在使用宝石

'twitter-bootstrap-rails'

,是否有“更少”问题的原因?=>

ActionView::Template::Error(无法加载此类文件--less(在/Users/ryanmindigo/store/app/assets/stylesheets/bootstrap_and_overrides.css.less)):

    2: <html>
    3: <head>
    4:   <title>Store</title>
    5:   <%= stylesheet_link_tag    "application", :media => "all" %>
    6:   <%= javascript_include_tag "application" %>
    7:   <%= csrf_meta_tags %>
    8: </head>
  app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__2789023687141131830_70195710799000'
  app/controllers/products_controller.rb:7:in `index'
4

1 回答 1

0

更新的 gem 可能不需要删除 bootstrap_and_overrides.css.less 文件。如果出现新错误,请发表评论,以便我们看到更多。

于 2013-05-29T05:29:30.010 回答