Why Rails won\'t precompile a .js.erb asset?
.js.erb
My config/application.rb:
config/application.rb
require File.expand_path(\'../boot\', __FILE__) require
This comment worked:
Why not try this line: config.assets.precompile += ['edge/ink-falling_edge.js'] -> Rails may only reference files by their (non ERB) asset filename - Rich Peck