When no `.sprockets-manifest-xxx.json` existed, every instance of `Sprockets::Manifest` generated their own path with their own random filename, and since this happened before the assets were actually precompiled, they were all empty. So the error pages didn't find the manifest and the non-digest assets also didn't have any assets to copy. So lets create our own instance of `Sprockets::Manifest` here, AFTER `assets:precompile`, which then loads the manifest json that was used during precompile, so all precompiled assets are available. closes #8366 |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| assets.rake | ||
| cucumber.rake | ||
| db.rake | ||
| default.rake | ||
| generate_session_secret.rake | ||
| linter.rake | ||
| maintenance.rake | ||
| migrations.rake | ||
| podmin.rake | ||
| screenshots.rake | ||
| tests.rake | ||