Ok so, I\'m getting this error when I try to use the asset pipeline. I don\'t understand what\'s causing it.
Sprockets::Helpers::RailsHelper::AssetPaths::Ass
Add the .js
to
javascript_include_tag 'jquery.autocomplete.js'
Seems like there is an missing functionality. When the filename has a period '.' in the name, the .js
extension will not get added when looking into the digest.
I did some debugging to Sprockets::Helpers::RailsHelper
and it seems like digest_for
methods gets the logical path without the .js.