mirror of
https://github.com/flarum/core.git
synced 2025-10-09 22:16:51 +02:00
Replace Ember app with Mithril app
This commit is contained in:
@@ -19,8 +19,7 @@ class ForumServiceProvider extends ServiceProvider
|
||||
$assetManager = $this->app['flarum.forum.assetManager'];
|
||||
|
||||
$assetManager->addFile([
|
||||
$root.'/ember/forum/dist/assets/vendor.js',
|
||||
$root.'/ember/forum/dist/assets/flarum-forum.js',
|
||||
$root.'/js/forum/dist/app.js',
|
||||
$root.'/less/forum/app.less'
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user