预编译资产目标在开发模式下为404

时间:2014-07-28 03:37:40

标签: ruby-on-rails sprockets

我希望资源目录位于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'
  ...

0 个答案:

没有答案