Having an issue where it appears as though application.js is no longer included all of the additional javascript scripts in the javascripts folder. This works fine in development mode, however this failure occurs in staging and production mode. It seems to only have jquery in it.
This seems to be a recent development as it was working up to a recent point that I can’t put my finger on, however asset precompilation doesn’t help the issue nor do I see any glaring issues in the log output, except perhaps one item:
output error : unknown encoding ASCII-8BIT
Any thoughts on tracking this down or what may be happening?
Turns out that I needed to include modernizr before other js includes:
I’m now using a defined structure for including javascripts vs allowing the manifest to load them all up in default order based on the tree.