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

Commit

Permalink
Beta8 (#3)
Browse files Browse the repository at this point in the history
* Working beta8

* Remove usercard import

* Tying up loose ends
  • Loading branch information
frinkfromthedrink authored and Charlie committed Dec 2, 2018
1 parent 1111316 commit bc84116
Show file tree
Hide file tree
Showing 18 changed files with 4,827 additions and 4,594 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
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.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"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": {
"title": "ReFlar Level Ranks",
"icon": {
"name": "percent",
"name": "fas fa-percent",
"backgroundColor": "#263238",
"color": "#fff"
}
Expand Down
21 changes: 21 additions & 0 deletions extend.php
Original file line number Diff line number Diff line change
@@ -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')
];
2 changes: 2 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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './src/forum';
10 changes: 0 additions & 10 deletions js/forum/Gulpfile.js

This file was deleted.

83 changes: 0 additions & 83 deletions js/forum/dist/extension.js

This file was deleted.

Loading

0 comments on commit bc84116

Please sign in to comment.