Rails Guides说:
If there are missing precompiled files in production you will get an
Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError
exception indicating the name of the missing file(s).
我执行:
bundle exec rake assets:precompile
但是我没有收到任何错误,我的javascript文件在manifest.yml中丢失.此外,它不会出现在公共/资产中,所以问题仅在于生产.
我在application.js中
//= require formalize/jquery-formalize
我失踪了什么
谢谢.