mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Group assets by client in extension stub
This commit is contained in:
@@ -20,8 +20,8 @@ class AddClientAssets
|
||||
public function addAssets(BuildClientView $event)
|
||||
{
|
||||
$event->forumAssets([
|
||||
__DIR__.'/../../js/dist/extension.js',
|
||||
__DIR__.'/../../less/extension.less'
|
||||
__DIR__.'/../../js/forum/dist/extension.js',
|
||||
__DIR__.'/../../less/forum/extension.less'
|
||||
]);
|
||||
|
||||
$event->forumBootstrapper('{{name}}/main');
|
||||
|
Reference in New Issue
Block a user