我希望资源目录位于app目录之外。所以我把它移出去了。
并将新文件夹添加到config/application.rb
中的链接。
config.assets.paths << root.join('assets')
预编译工作正常,但我无法在开发模式下请求资产。
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2014-07-27 23:32:50 -0400
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
...