app/assets
Railsアプリのフォルダーにcomponentsというフォルダーがあります。私のapplication.coffee
ファイルからそのディレクトリのサブディレクトリにjsファイルを要求しようとしています。
#= require holderjs/holder
これは私の開発環境で機能します。しかし、Herokuにデプロイすると、次のエラーで失敗します。
Running: rake assets:precompile
Updating mtimes for current assets...
rake aborted!
couldn't find file 'holderjs/holder'
(in /tmp/build_s0zusz8pduh8/app/assets/javascripts/application.coffee:11)
コンポーネントフォルダがHerokuのSprocketsのアセットパスにあることを確認しましたが、間違いなくそうです。そのため、Herokuがこのファイルを見つけられない理由がわかりません。どんな助けでもいただければ幸いです。