mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 23:23:52 +08:00
edaca3160e
- Simpler class naming: Frontend\CompilerFactory → Frontend\Assets Frontend\HtmlDocumentFactory → Frontend\Frontend Frontend\HtmlDocument → Frontend\Document - Remove AssetInterface and simply collect callbacks in Frontend\Assets instead - Remove ContentInterface because it serves no purpose (never type- hinted or type-checked) - Commit and add asset URLs to the Document via a content callback instead of in the Document factory class itself - Add translations and locale assets to Assets separate to the assets factory, as non-forum/admin asset bundles probably won't want them - Update Frontend Extender to allow the creation of new asset bundles - Make custom LESS validation listener a standalone class instead of extending RecompileFrontendAssets |
||
---|---|---|
.. | ||
Auth | ||
Content | ||
Controller | ||
ForumServiceProvider.php | ||
routes.php | ||
ValidateCustomLess.php |