1
0
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:
Toby Zerner
2015-04-25 22:28:39 +09:30
parent 6f67b8c247
commit b68a4711dc
377 changed files with 5641 additions and 7330 deletions

View File

@@ -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'
]);