GX-Bug #63730
Von Marvin Muxfeld vor mehr als 5 Jahren aktualisiert
Requirements:
- install the shop in a sub directory of the web-server
- have a theme active
- reinstall the shop on the root of the web-server or a different sub directory
A few assets (font-awesome for example) now can't be loaded because the files in public/theme still expects the old relative paths.
Suggested solution:
When building the public/theme directory the shop should store the current value of the constant `DIR_WS_CATALOG` in a json file or the database. If the the stored value differs from the actual value the public/theme must be rebuild.