Commits


fjg authored and schneems committed 93b2b9433ce
feat(sprockets): support new sprockets filename Sprockets 3.0.0 introduced a [new naming convention for the manifest file](https://github.com/rails/sprockets/blob/c1f25a038c1a1aca12661b9508523dbac887dbcf/CHANGELOG.md). This PR adds support for the new manifest file name so assets generated with sprockets 3+ and committed to git will not trigger `rake assets:precompile` while deploying.