Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Beta8 #3

Merged
merged 3 commits into from Dec 2, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -58,3 +58,6 @@ typings/
.env

.DS_Store

# flarum webpack
v8-compile-cache-0
8 changes: 0 additions & 8 deletions bootstrap.php

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"source": "https://github.com/ReFlar/level-ranks"
},
"require": {
"flarum/core": "^0.1.0-beta.7"
"flarum/core": "^0.1.0-beta.8"
},
"extra": {
"flarum-extension": {
Expand Down
21 changes: 21 additions & 0 deletions extend.php
@@ -0,0 +1,21 @@
<?php

/**
* This file is part of reflar/enso-theme.
*
* Copyright (c) ReFlar.
*
* http://reflar.io
*
* For the full copyright and license information, please view the license.md
* file that was distributed with this source code.
*/

namespace Reflar\LevelRanks;
use Flarum\Extend;
use Illuminate\Contracts\Events\Dispatcher;
return [
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/resources/less/forum.less')
];
255 changes: 255 additions & 0 deletions js/dist/forum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/dist/forum.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/forum.js
@@ -0,0 +1 @@
export * from './src/forum';
10 changes: 0 additions & 10 deletions js/forum/Gulpfile.js

This file was deleted.