そのため、heroku にデプロイしましたが、javascript がありません。ただし、css は正常にコンパイルされています。
私のプロダクション.rb
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = false
# Compress JavaScripts and CSS
config.assets.compress = true
# Don't fallback to assets pipeline if a precompiled asset is missed
config.assets.compile = true
私のapplication.jsファイル
// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
//= require jquery
//= require jquery_ujs
//= require "bootstrap.js"
//= require "demo.js"
//= require "highcharts.js"
//= require_tree .
別の質問が解決されたため、.js 拡張子の有無にかかわらず試してみました。
heroku ログには何も記録されず、heroku slug の作成中にエラーは発生しませんでした。
何か案は?