fix less
This commit is contained in:
parent
34249f5a34
commit
f5ae19c58f
@ -15,7 +15,8 @@ use Flarum\Extend;
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
(new Extend\Frontend('forum'))
|
(new Extend\Frontend('forum'))
|
||||||
->js(__DIR__.'/js/dist/forum.js'),
|
->js(__DIR__.'/js/dist/forum.js')
|
||||||
|
->css(__DIR__.'/less/forum.less'),
|
||||||
new Extend\Locales(__DIR__.'/locale'),
|
new Extend\Locales(__DIR__.'/locale'),
|
||||||
|
|
||||||
(new Extend\Formatter())
|
(new Extend\Formatter())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user