用的环境是 Rails4, 已经将要引用的 js 与 css 分别放置到 app/assets/javascripts/ 与 app/assets/stylesheets/目录下,并且已经在 application.js 与 application.css 中 require 过,用stylesheet_link_tag
和javascript_include_tag
在 View 文件中引用。运行程序后,出现:
Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( bootstrap.css )` to `config/initializers/assets.rb` and restart your server
网上找了好久,没找到解决办法,如果按照上面的提示添加的话,出现的效果与预期引用的 js 和 css 效果不符,同时 config/initialzers 目录下也没有 assets.rb 文件,冒然添加不知道会不会不妥。请大家帮忙指点下