i building application in rails. of javscript code working on local machine. however, after deployed heroku noticed none of custom javascript code in assets/javascripts running in heroku. have bootstrap , bootstrap seems working fine (including of built in javascript).
i getting error in browsers console: error: minified exception occurred; use non-minified dev environment full error message , additional helpful warnings.
my application.js folder looks this:
//= require jquery //= require jquery_ujs //= require turbolinks //= require react //= require react_ujs //= require components //= require d3 //= require react //= require react_ujs //= require components //= require bootstrap //= require react_bootstrap //= require react_bootstrap_style //= require jquery-readyselector //= require_tree .