mirror of
https://github.com/flarum/core.git
synced 2025-07-25 02:31:17 +02:00
Core assets are copied into the root/assets directory on installation. The contents of an "assets" directory within any extension is copied into root/assets/extensions/{name}/ whenever the extension is enabled, and deleted whenever the extension is uninstalled. Still needs to be refactored