Skip to content

Revert "bugfix: set correct path for assets manifest"

azul requested to merge bugfix/asset-manifest into master

This reverts commit 95f4d408.

The manifest nowerdays is specified as a filename - not as a path. So this caused problems in production.

Somehow the original problem in production is gone never the less: The icon_png stylesheet is not referrenced with an integrity hash in the html head. No idea what caused sprockets to kick in in the end.

Merge request reports